diff options
Diffstat (limited to 'xorg/xorg-xextproto/Pkgfile')
-rw-r--r-- | xorg/xorg-xextproto/Pkgfile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/xorg/xorg-xextproto/Pkgfile b/xorg/xorg-xextproto/Pkgfile index c04d847e7..de0fd7753 100644 --- a/xorg/xorg-xextproto/Pkgfile +++ b/xorg/xorg-xextproto/Pkgfile @@ -1,6 +1,6 @@ # Description: xorg proto xextproto # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: docbook-xsl # Run on: @@ -12,10 +12,8 @@ source=(http://xorg.freedesktop.org/releases/individual/proto/xextproto-$version build() { cd xextproto-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install - rm -r $PKG/usr/share/doc + rm -r $PKG/$XORG_PREFIX/share } |