- Bootstrap/ moved one level up
- pmodules.xyz() functions renamed to pbuild::xyz() - use pbuild for bootstrapping components
This commit is contained in:
7
Bootstrap/bootstrap.sh
Executable file
7
Bootstrap/bootstrap.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
declare -r BASE_DIR=$(cd "$(dirname $0)/../.." && pwd)
|
||||
declare -r BOOTSTRAP_DIR="${BASE_DIR}/Bootstrap"
|
||||
|
||||
${BOOTSTRAP_DIR}/compile_pmodules.sh
|
||||
${BOOTSTRAP_DIR}/install_pmodules.sh
|
||||
|
||||
Reference in New Issue
Block a user