X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fpkg%2FWindowMaker;h=d5b0e2c2365dd12741d9e46386ef0c808a1615f4;hb=93a6385fbb0d7c6b280ffeab3bba47633b2adc28;hp=e6d06324f3613fefd99d216fe40a7ef0cbbbc2ae;hpb=f920c7ef750f2163b9e407cc453b192ede2c185a;p=hvlinux.git diff --git a/stage4/pkg/WindowMaker b/stage4/pkg/WindowMaker index e6d0632..d5b0e2c 100644 --- a/stage4/pkg/WindowMaker +++ b/stage4/pkg/WindowMaker @@ -1,15 +1,9 @@ #!/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} }