diff options
Diffstat (limited to 'repo/xcursor-themes')
-rw-r--r-- | repo/xcursor-themes/xcursor-themes.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xcursor-themes/xcursor-themes.xibuild b/repo/xcursor-themes/xcursor-themes.xibuild index 66127ce..9aa6ca8 100644 --- a/repo/xcursor-themes/xcursor-themes.xibuild +++ b/repo/xcursor-themes/xcursor-themes.xibuild @@ -9,7 +9,7 @@ SOURCE=https://www.x.org/pub/individual/data/xcursor-themes-$PKG_VER.tar.bz2 DESC="Cursor themes for X.Org" build () { - ./configure $XORG_CONFIG + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static make } |