refactor variable names according to changes in Pmodules/0.99.15 in build-scripts of group 'System'

This commit is contained in:
2018-07-11 10:42:07 +02:00
parent 5e318adcb3
commit 0d17f4f28b
6 changed files with 11 additions and 11 deletions

View File

@@ -5,13 +5,13 @@ pbuild::configure() {
}
pbuild::build() {
cd "${MODULE_SRCDIR}"
cd "${SRC_DIR}"
make -j ${JOBS}
}
pbuild::install() {
cd "${MODULE_SRCDIR}"
cd "${SRC_DIR}"
mkdir -p ${PREFIX}/bin
install -m 0755 mdtest "${PREFIX}/bin"
}