X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage6%2Fpkg%2Fnautilus;h=f1beb43963ff06b2201793a6da01ad14def8977d;hb=c3de75b75dcf16644e7a2ad830fa96f324c14ff7;hp=59c3c34dde18987eba0ffefb1cfa205fc322d027;hpb=0315072ae3bd307eee71718e1a59f923edcbdaca;p=hvlinux.git diff --git a/stage6/pkg/nautilus b/stage6/pkg/nautilus index 59c3c34..f1beb43 100644 --- a/stage6/pkg/nautilus +++ b/stage6/pkg/nautilus @@ -11,16 +11,16 @@ apply_patches ${1} && cd ${LFS_TMP}/${1}-build && ../${1}/configure \ - --prefix=${GNOME2_PREFIX} \ - --libexecdir=${GNOME2_PREFIX}/sbin \ + --prefix=/usr \ + --libexecdir=/usr/sbin \ --localstatedir=/var/lib \ - --infodir=${GNOME2_PREFIX}/share/info \ - --sysconfdir=/etc/gnome/${GNOME2_VER} && + --infodir=/usr/share/info \ + --sysconfdir=/etc && make && make install && -install -v -m755 -d ${GNOME2_PREFIX}/share/doc/${NAUTILUS} && +install -v -m755 -d /usr/share/doc/${NAUTILUS} && install -v -m644 ${LFS_TMP}/${1}/docs/*.{txt,dia,pdf,sxw,faq,html} \ - ${GNOME2_PREFIX}/share/doc/${NAUTILUS} && + /usr/share/doc/${NAUTILUS} && ldconfig # Return last error