diff options
Diffstat (limited to 'repo/libxres/libxres.xibuild')
-rw-r--r-- | repo/libxres/libxres.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/libxres/libxres.xibuild b/repo/libxres/libxres.xibuild index 0639324..98a8834 100644 --- a/repo/libxres/libxres.xibuild +++ b/repo/libxres/libxres.xibuild @@ -7,7 +7,7 @@ PKG_VER=1.2.1 SOURCE=https://www.x.org/pub/individual/lib/libXres-$PKG_VER.tar.bz2 build () { - ./configure $XORG_CONFIG --docdir=$XORG_PREFIX/share/doc/libXres-$PKG_VER + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --docdir=/usr/share/doc/libXres-$PKG_VER make } |