-Rétrogradé libdrm de 2.4.37 à 2.4.33 (ne trouvait pas fichier nouveau_device.h).
[hvlinux.git] / stage4 / pkg / WindowMaker
index e6d0632..f986028 100644 (file)
@@ -1,15 +1,7 @@
 #!/bin/bash
 
-hvconfig_pre()
+hvbuild_post()
 {
-    cd ${LFS_TMP}/${PACKAGE}
-    aclocal
-    autoheader
-    autoconf
-    libtoolize --force --automake
-    automake -a --gnu --include-deps
-
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
-        --with-gnustepdir=/usr/share/GNUstep"
+    var_add_path "GNUSTEP_USER_ROOT" /etc/profile "~/.GNUstep"
+    var_export   "GNUSTEP_USER_ROOT" /etc/profile
 }