summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libfs/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-04 22:29:22 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-04 22:29:22 +0100
commitc96c89bbac314dcc1cf00b0eb411f21dfb16bb0f (patch)
tree54f9503828366a6093bf42c793f8e63515165238 /xorg/xorg-libfs/Pkgfile
parent2c455dc8a5f9ee3c4cc4ca8a00e603a354aa5ec4 (diff)
downloadnutyx-pakxe-c96c89bbac314dcc1cf00b0eb411f21dfb16bb0f.tar.gz
nutyx-pakxe-c96c89bbac314dcc1cf00b0eb411f21dfb16bb0f.tar.bz2
nutyx-pakxe-c96c89bbac314dcc1cf00b0eb411f21dfb16bb0f.tar.xz
nutyx-pakxe-c96c89bbac314dcc1cf00b0eb411f21dfb16bb0f.zip
xorg-libfs, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-libfs/Pkgfile')
-rw-r--r--xorg/xorg-libfs/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-libfs/Pkgfile b/xorg/xorg-libfs/Pkgfile
index 97bde09c3..2a55eb4a3 100644
--- a/xorg/xorg-libfs/Pkgfile
+++ b/xorg/xorg-libfs/Pkgfile
@@ -1,6 +1,6 @@
# Description: X Font Service client library
# 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-fontsproto, xorg-xtrans
# Run on: xorg-xtrans
@@ -13,8 +13,9 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libFS-$version.tar.b
build() {
cd libFS-$version
- ./configure --prefix=/usr
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
+ rm -r $PKG/usr/share
}