mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-25 17:13:10 +02:00
fixes in libpbuild.bash
- create prefix directory after compilation succeeded - path to 'true(1)' fixed
This commit is contained in:
@@ -1020,6 +1020,7 @@ pbuild::make_all() {
|
||||
build_target "${BUILD_DIR}" compile
|
||||
[[ "${build_target}" == "compile" ]] && return 0
|
||||
|
||||
mkdir -p "${PREFIX}"
|
||||
build_target "${BUILD_DIR}" install
|
||||
post_install
|
||||
|
||||
@@ -1212,7 +1213,7 @@ pbuild.bootstrap() {
|
||||
|
||||
bootstrap='yes'
|
||||
|
||||
MODULECMD='/bin/true'
|
||||
MODULECMD='/usr/bin/true'
|
||||
GROUP='Tools'
|
||||
PREFIX="${PMODULES_ROOT}/${GROUP}/Pmodules/${PMODULES_VERSION}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user