X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fpkg%2Flesstif;h=2c9db5b26244851b4efea8330058a3a175a1a3bf;hb=d1040a12fae93e20587519a732730cb4c9cb5050;hp=78a00928f2aaed03a31e6ba4ab5ecef65a7e4f10;hpb=0315072ae3bd307eee71718e1a59f923edcbdaca;p=hvlinux.git diff --git a/stage4/pkg/lesstif b/stage4/pkg/lesstif index 78a0092..2c9db5b 100644 --- a/stage4/pkg/lesstif +++ b/stage4/pkg/lesstif @@ -2,8 +2,7 @@ hvconfig_pre() { - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ --prefix=/usr \ --sysconfdir=/etc/X11 \ --disable-debug \ @@ -18,14 +17,17 @@ hvconfig_post() { sed -i "s@libdir)/X11/mwm@sysconfdir)/mwm@" \ ${LFS_TMP}/${PACKAGE}/clients/Motif-2.1/mwm/Makefile +} - export rootdir=/usr/share/doc/${PACKAGE} +hvbuild() +{ + cd ${LFS_TMP}/${PACKAGE} + ${HVMAKE} rootdir=/usr/share/doc/${PACKAGE} + ${HVMAKE} rootdir=/usr/share/doc/${PACKAGE} install } hvbuild_post() { - unset rootdir - # Applicatons that utilize Xorg libraries often, and incorrectly, expect to # find configuration files in /usr/lib/X11. While still the root # user, create a compatibility symlink with the following command: