diff options
author | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
commit | 67d30292faa26c0c58d71e0d552cacf9a2843d6b (patch) | |
tree | ca6c2fabdd533d7fc707d0890f3ce9c286485f27 /xorg-xbacklight | |
parent | 2d26018436be8b72c4e0b83b20ef7c70b590c931 (diff) | |
download | xorg-67d30292faa26c0c58d71e0d552cacf9a2843d6b.tar.gz xorg-67d30292faa26c0c58d71e0d552cacf9a2843d6b.tar.xz |
xorg-xbacklight: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-xbacklight')
-rw-r--r-- | xorg-xbacklight/.footprint | 7 | ||||
-rw-r--r-- | xorg-xbacklight/Pkgfile | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg-xbacklight/.footprint b/xorg-xbacklight/.footprint index 0e1edd0c..9c701dd7 100644 --- a/xorg-xbacklight/.footprint +++ b/xorg-xbacklight/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xbacklight -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xbacklight.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xbacklight.1.gz diff --git a/xorg-xbacklight/Pkgfile b/xorg-xbacklight/Pkgfile index 7df7c11c..acf2dce0 100644 --- a/xorg-xbacklight/Pkgfile +++ b/xorg-xbacklight/Pkgfile @@ -5,13 +5,13 @@ name=xorg-xbacklight version=1.2.1 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/app/xbacklight-$version.tar.bz2) build() { cd xbacklight-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |