Merge branche make
[hvlinux.git] / stage0 / pre-install
index c891f37..aa33684 100755 (executable)
@@ -2,9 +2,9 @@
 set -o errexit
 
 # Reading system configuration informations, functions and package versions.
-source ../sysinfos
+source ../config/sysinfos
 source ../functions
-source ../packages-list
+source ../config/packages-list
 
 # Making sure that this script was executed by the root user
 if [ "x${USER}" != "xroot" ]; then