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,12 +5,12 @@ pbuild::configure() {
}
pbuild::build() {
cd "${MODULE_SRCDIR}"
cd "${SRC_DIR}"
make
}
pbuild::install() {
cd "${MODULE_SRCDIR}"
cd "${SRC_DIR}"
install -m 0755 -d "${PREFIX}/bin"
install -m 0755 unison "${PREFIX}/bin"
}