X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage4%2Fcis-gnome;h=b381577b8a5a36446e6799e8bcd0e60afc36d756;hb=6d3d50c17b24ef41f917f5776696eca810198092;hp=97917106f4b5aa1970e20fc8afc1ab00ebf163d2;hpb=b2f91df3e7c1d1ca93ced97b5001e3134243666b;p=hvlinux.git diff --git a/stage4/cis-gnome b/stage4/cis-gnome index 9791710..b381577 100755 --- a/stage4/cis-gnome +++ b/stage4/cis-gnome @@ -18,13 +18,11 @@ cd ${LFS_TMP}/${PACKAGE}-build && ../${PACKAGE}/configure \ --prefix=${GNOME2_PREFIX} \ --libexecdir=${GNOME2_PREFIX}/sbin \ - --infodir=${GNOME2_PREFIX}/share/info \ - --localstatedir=/var/lib \ --sysconfdir=/etc/gnome/${GNOME2_VER} \ + --localstatedir=/var/lib \ ${CONFIGURE_OPTS} && make && make install && ldconfig -# Return last error exit $?