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