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