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