mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-29 02:39:39 +02:00
bootstrap
- bugfixes
This commit is contained in:
+3
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user