diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 16:00:30 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 16:00:30 +0100 |
commit | 29ef7b33570063ad4306072816c28394b7717db1 (patch) | |
tree | 28ae3120d4aedccd795fcd1fbf3afa4220a58bec /xorg/xorg-xf86vidmodeproto/Pkgfile | |
parent | 54c9f5a67c5e3e77b9869c45d587718cc7e1aa4f (diff) | |
download | nutyx-pakxe-29ef7b33570063ad4306072816c28394b7717db1.tar.gz nutyx-pakxe-29ef7b33570063ad4306072816c28394b7717db1.tar.bz2 nutyx-pakxe-29ef7b33570063ad4306072816c28394b7717db1.tar.xz nutyx-pakxe-29ef7b33570063ad4306072816c28394b7717db1.zip |
xorg-xf86vidmodeproto, nettoyage
Diffstat (limited to 'xorg/xorg-xf86vidmodeproto/Pkgfile')
-rw-r--r-- | xorg/xorg-xf86vidmodeproto/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-xf86vidmodeproto/Pkgfile b/xorg/xorg-xf86vidmodeproto/Pkgfile index 90f936066..d69dfbec0 100644 --- a/xorg/xorg-xf86vidmodeproto/Pkgfile +++ b/xorg/xorg-xf86vidmodeproto/Pkgfile @@ -1,6 +1,6 @@ # Description: xorg proto xf86vidmodeproto # 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-xf86vidmodeproto @@ -10,9 +10,7 @@ source=(http://xorg.freedesktop.org/releases/individual/proto/xf86vidmodeproto-$ build() { cd xf86vidmodeproto-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } |