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