Merge branche make
[hvlinux.git] / stage2 / install-hv-utilities
index 7fa350c..b043a7d 100755 (executable)
@@ -1,12 +1,11 @@
 #!/bin/bash
-set -o errexit
 
 # First argument of this script is the package name
 
 # Reading system configuration informations, functions and package versions.
-source ../sysinfos
+source ../config/sysinfos
 source ../functions
-source ../packages-list
+source ../config/packages-list
 
 SRCDIR="./hv-utilities"
 PREFIX="/usr/local"