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

@@ -3,7 +3,7 @@
SOURCE_URL="http://ftp.gnu.org/gnu/binutils/$P-$V.tar.gz"
pbuild::configure() {
"${MODULE_SRCDIR}"/configure \
"${SRC_DIR}"/configure \
--prefix="${PREFIX}" \
|| exit 1
}