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