diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 15:26:15 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 15:26:15 +0100 |
commit | 61bf75c225cd044dd21f7a840e73c4207205c41d (patch) | |
tree | 4e57abe0f66f65d6de44f125b24eb5b87479135e | |
parent | c284d4cd7badbaaf0de5c66fae8dcfb2aa8e162e (diff) | |
download | nutyx-pakxe-61bf75c225cd044dd21f7a840e73c4207205c41d.tar.gz nutyx-pakxe-61bf75c225cd044dd21f7a840e73c4207205c41d.tar.bz2 nutyx-pakxe-61bf75c225cd044dd21f7a840e73c4207205c41d.tar.xz nutyx-pakxe-61bf75c225cd044dd21f7a840e73c4207205c41d.zip |
xorg-libxkbfile, port adapté
-rw-r--r-- | xorg/xorg-libxkbfile/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-libxkbfile/Pkgfile b/xorg/xorg-libxkbfile/Pkgfile index 13e3b6f3b..4945d5d97 100644 --- a/xorg/xorg-libxkbfile/Pkgfile +++ b/xorg/xorg-libxkbfile/Pkgfile @@ -1,6 +1,6 @@ # Description: xorg lib libxkbfile # 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-libx11, xorg-kbproto # Run on: xorg-libx11 @@ -13,7 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-$version. build() { cd libxkbfile-$version - ./configure --prefix=/usr + ./configure $XORG_CONFIG make make DESTDIR=$PKG install |