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