diff options
author | davidovski <david@davidovski.xyz> | 2022-10-22 16:29:29 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-10-22 16:29:29 +0100 |
commit | f99268f797c120a24030a573ef22813cd018beb5 (patch) | |
tree | ee18857a5eda7bc94286e3924dc2209aea7b92c4 /repo/xorg-xinit/xorg-xinit.xibuild | |
parent | 95545d88b997a17ff03bb164af33c33e2a12d693 (diff) |
Added unrar
Diffstat (limited to 'repo/xorg-xinit/xorg-xinit.xibuild')
-rw-r--r-- | repo/xorg-xinit/xorg-xinit.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xorg-xinit/xorg-xinit.xibuild b/repo/xorg-xinit/xorg-xinit.xibuild index ccd76a8..57e1179 100644 --- a/repo/xorg-xinit/xorg-xinit.xibuild +++ b/repo/xorg-xinit/xorg-xinit.xibuild @@ -9,7 +9,7 @@ PKG_VER=1.4.1 SOURCE=https://www.x.org/pub/individual/app/xinit-$PKG_VER.tar.bz2 build () { - ./configure $XORG_CONFIG --with-xinitdir=/etc/X11/app-defaults && + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --with-xinitdir=/etc/X11/app-defaults && make } |