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