summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xorg/xorg-libice/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-libice/Pkgfile b/xorg/xorg-libice/Pkgfile
index 977ff92a7..65019231e 100644
--- a/xorg/xorg-libice/Pkgfile
+++ b/xorg/xorg-libice/Pkgfile
@@ -1,6 +1,6 @@
# Description: xorg lib libICE
# 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: xorg-xproto, xorg-xtrans
# Run on: xorg-xtrans
@@ -13,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libICE-$version.tar.
build() {
cd libICE-$version
- ./configure --prefix=/usr
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install