summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xorg/xorg-xproto/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-xproto/Pkgfile b/xorg/xorg-xproto/Pkgfile
index e1262dc77..ad8a12099 100644
--- a/xorg/xorg-xproto/Pkgfile
+++ b/xorg/xorg-xproto/Pkgfile
@@ -1,6 +1,6 @@
# Description: xorg proto xproto
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
name=xorg-xproto
@@ -10,10 +10,8 @@ source=(http://xorg.freedesktop.org/releases/individual/proto/xproto-$version.ta
build() {
cd xproto-$version
-
./configure --prefix=/usr
-
make
make DESTDIR=$PKG install
- rm -r $PKG/usr/share
+ rm -r $PKG/$XORG_PREFIX/share
}