diff options
-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 } |