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