scripts/Bootstrap/bootstrap.sh: bugfix

This commit is contained in:
2015-06-04 18:41:37 +02:00
parent 5218a2ce78
commit 8781da4c53

View File

@@ -2,6 +2,6 @@
declare -r BASE_DIR=$(cd "$(dirname $0)/../.." && pwd)
declare -r BOOTSTRAP_DIR="${BASE_DIR}/scripts/Bootstrap"
${BOOTSTRAP_DIR}/build_pmodules.sh
${BOOTSTRAP_DIR}/compile_pmodules.sh
${BOOTSTRAP_DIR}/install_pmodules.sh