diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-10 11:06:52 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-10 11:06:52 +0100 |
commit | 05130cb13264a53cc05118d6c613425b15d5c037 (patch) | |
tree | 3ad1c7d99b159e08c0f3215f0b274e128d0571d7 /xorg/xorg-libxfont/Pkgfile | |
parent | aaf33d32ae0164d753d4fe7f849948ba5492f383 (diff) | |
download | nutyx-pakxe-05130cb13264a53cc05118d6c613425b15d5c037.tar.gz nutyx-pakxe-05130cb13264a53cc05118d6c613425b15d5c037.tar.bz2 nutyx-pakxe-05130cb13264a53cc05118d6c613425b15d5c037.tar.xz nutyx-pakxe-05130cb13264a53cc05118d6c613425b15d5c037.zip |
xorg-libxfont, port adapté à NuTy>X
Diffstat (limited to 'xorg/xorg-libxfont/Pkgfile')
-rw-r--r-- | xorg/xorg-libxfont/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/xorg-libxfont/Pkgfile b/xorg/xorg-libxfont/Pkgfile index 027ff378b..81dd052fc 100644 --- a/xorg/xorg-libxfont/Pkgfile +++ b/xorg/xorg-libxfont/Pkgfile @@ -13,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXfont-$version.ta build() { cd libXfont-$version - ./configure --prefix=/usr + ./configure $XORG_CONFIG make make DESTDIR=$PKG install |