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

This commit is contained in:
2018-07-11 10:44:26 +02:00
parent b674162f07
commit 0f6f00e751
13 changed files with 31 additions and 31 deletions

View File

@@ -9,7 +9,7 @@ pbuild::build() {
}
pbuild::install() {
cd "${MODULE_SRCDIR}"
cd "${SRC_DIR}"
rsync --exclude=".info" --delete --verbose --archive . "${PREFIX}"
}