Ajout GNUstep à /etc/skel.
[hvlinux.git] / stage0 / hv-install-2
index 8b6c069..fffb79d 100755 (executable)
@@ -2,10 +2,7 @@
 
 source ~/.bashrc
 
-# Reading system configuration informations, functions and package versions.
-source ../config/sysinfos
-source ../functions
-source ../config/packages-list
+source ../functions/main
 
 init_log_file
 
@@ -35,11 +32,10 @@ ipkg ${PPL} "\
     --disable-optimization \
     --with-libgmp-prefix=/cross-tools \
     --with-libgmpxx-prefix=/cross-tools"
-ipkg ${CLOOG_PPL} "\
+ipkg ${CLOOG} "\
     --enable-shared \
     --with-bits=gmp \
-    --with-gmp=/cross-tools \
-    --with-ppl=/cross-tools"
+    --with-gmp=/cross-tools"
 
 LDFLAGS=""