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/xsetroot | |
parent | 95545d88b997a17ff03bb164af33c33e2a12d693 (diff) |
Added unrar
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 } |