summaryrefslogtreecommitdiff
path: root/repo/xrdb/xrdb.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xrdb/xrdb.xibuild')
-rw-r--r--repo/xrdb/xrdb.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xrdb/xrdb.xibuild b/repo/xrdb/xrdb.xibuild
index b8a55ef..537b8fb 100644
--- a/repo/xrdb/xrdb.xibuild
+++ b/repo/xrdb/xrdb.xibuild
@@ -7,7 +7,7 @@ PKG_VER=1.2.1
SOURCE=https://www.x.org/pub/individual/app/xrdb-$PKG_VER.tar.bz2
build () {
- ./configure $XORG_CONFIG
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
}