diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-13 13:51:28 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-13 13:51:28 +0100 |
commit | 748b8e0d703ca5eb882695173fad0ca02dd5083a (patch) | |
tree | 9219264583563cf06147646fc5c344ca0a1e943c /xorg/xorg-xinit/Pkgfile | |
parent | 65657bb10200ed3167e4e680cfb0d941c9653155 (diff) | |
download | nutyx-pakxe-748b8e0d703ca5eb882695173fad0ca02dd5083a.tar.gz nutyx-pakxe-748b8e0d703ca5eb882695173fad0ca02dd5083a.tar.bz2 nutyx-pakxe-748b8e0d703ca5eb882695173fad0ca02dd5083a.tar.xz nutyx-pakxe-748b8e0d703ca5eb882695173fad0ca02dd5083a.zip |
xorg-xinit. port adapté
Diffstat (limited to 'xorg/xorg-xinit/Pkgfile')
-rw-r--r-- | xorg/xorg-xinit/Pkgfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xorg/xorg-xinit/Pkgfile b/xorg/xorg-xinit/Pkgfile index aab9fb9df..d8f38f60c 100644 --- a/xorg/xorg-xinit/Pkgfile +++ b/xorg/xorg-xinit/Pkgfile @@ -13,9 +13,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.b build() { cd xinit-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make patch -Np1 -i ../xinitrc.patch make DESTDIR=$PKG install |