diff options
Diffstat (limited to 'xorg')
-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 |