diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:25:13 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:25:13 +0100 |
commit | 7dee683670ab233351a4cc16621650d2668d619e (patch) | |
tree | 4743ea521485a0920ab41a2ac61e659959045266 /xorg | |
parent | 37fddaa3c332ab117e78ffcabf1184acdbef37a7 (diff) | |
download | nutyx-pakxe-7dee683670ab233351a4cc16621650d2668d619e.tar.gz nutyx-pakxe-7dee683670ab233351a4cc16621650d2668d619e.tar.bz2 nutyx-pakxe-7dee683670ab233351a4cc16621650d2668d619e.tar.xz nutyx-pakxe-7dee683670ab233351a4cc16621650d2668d619e.zip |
xorg-fixesproto, nettoyage
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-fixesproto/Pkgfile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/xorg/xorg-fixesproto/Pkgfile b/xorg/xorg-fixesproto/Pkgfile index fccdea081..a5c66a6eb 100644 --- a/xorg/xorg-fixesproto/Pkgfile +++ b/xorg/xorg-fixesproto/Pkgfile @@ -1,7 +1,7 @@ # Description: xorg proto fixesproto # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Packager: tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierrny1 at hispeed dot ch name=xorg-fixesproto version=4.1.2 @@ -10,9 +10,7 @@ source=(http://xorg.freedesktop.org/releases/individual/proto/fixesproto-$versio build() { cd fixesproto-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } |