diff options
Diffstat (limited to 'xorg/xorg-xbacklight/Pkgfile')
-rw-r--r-- | xorg/xorg-xbacklight/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-xbacklight/Pkgfile b/xorg/xorg-xbacklight/Pkgfile index 4fc4d4ba3..a008cf8dd 100644 --- a/xorg/xorg-xbacklight/Pkgfile +++ b/xorg/xorg-xbacklight/Pkgfile @@ -6,15 +6,13 @@ # Run on: xorg-libxrandr name=xorg-xbacklight -version=1.1 +version=1.1.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xbacklight-$version.tar.bz2) build() { cd xbacklight-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } |