bootstrap

- bugfixes
This commit is contained in:
Achim Gsell
2016-10-11 22:53:36 +02:00
parent 0669f64604
commit 8e36c8ab5f
+3 -4
View File
@@ -1,7 +1,6 @@
#!/bin/bash
declare -r BASE_DIR=$(cd "$(dirname $0)/../.." && pwd)
declare -r BOOTSTRAP_DIR="${BASE_DIR}/Bootstrap"
declare -r BASE_DIR=$(cd "$(dirname $0)" && pwd)
${BOOTSTRAP_DIR}/compile_pmodules.sh
${BOOTSTRAP_DIR}/install_pmodules.sh
${BASE_DIR}/compile_pmodules.sh
${BASE_DIR}/install_pmodules.sh