diff options
Diffstat (limited to 'repo/xhost')
-rw-r--r-- | repo/xhost/xhost.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xhost/xhost.xibuild b/repo/xhost/xhost.xibuild index 5d1509d..9951038 100644 --- a/repo/xhost/xhost.xibuild +++ b/repo/xhost/xhost.xibuild @@ -7,7 +7,7 @@ PKG_VER=1.0.8 SOURCE=https://www.x.org/pub/individual/app/xhost-$PKG_VER.tar.bz2 build () { - ./configure $XORG_CONFIG + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static make } |