mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-23 08:17:56 +02:00
Merge branch '271-build-system-libpbuild-isn-t-used-any-more' into 'master'
Resolve "build-system: libpbuild isn't used any more" Closes #271 See merge request Pmodules/src!248
This commit is contained in:
@@ -26,7 +26,6 @@ declare -r BOOTSTRAP_DIR="$(cd "$(dirname "$0")" && pwd -P)"
|
||||
declare -r SRC_DIR="${BOOTSTRAP_DIR}/Pmodules"
|
||||
|
||||
source "${SRC_DIR}/libstd.bash" || { echo "Oops!" 1>&2; exit 42; }
|
||||
source "${SRC_DIR}/libpbuild.bash" || { echo "Oops!" 1>&2; exit 42; }
|
||||
|
||||
declare -r PMOD_DIR="Tools/Pmodules/${VERSION}"
|
||||
# config directory and file relative to install root
|
||||
|
||||
Reference in New Issue
Block a user