X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fpkg%2FWindowMaker;h=572a2a44d76251f7890e7196fa299318da0bbc27;hb=47f2031ebd11633c79f3fb0fd173658b2d2ef3d4;hp=e6d06324f3613fefd99d216fe40a7ef0cbbbc2ae;hpb=0315072ae3bd307eee71718e1a59f923edcbdaca;p=hvlinux.git diff --git a/stage4/pkg/WindowMaker b/stage4/pkg/WindowMaker index e6d0632..572a2a4 100644 --- a/stage4/pkg/WindowMaker +++ b/stage4/pkg/WindowMaker @@ -1,15 +1,11 @@ #!/bin/bash -hvconfig_pre() +hvbuild_post() { - cd ${LFS_TMP}/${PACKAGE} - aclocal - autoheader - autoconf - libtoolize --force --automake - automake -a --gnu --include-deps + var_add_path "GNUSTEP_USER_ROOT" /etc/profile "~/.GNUstep" + var_export "GNUSTEP_USER_ROOT" /etc/profile - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ - --with-gnustepdir=/usr/share/GNUstep" + mkdir -p /etc/skel/.GNUstep/{Defaults,Library/WindowMaker} + + install -v -m744 ${SCRDIR}/misc/WindowMaker/autostart /etc/skel/.GNUstep/Library/WindowMaker }