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