summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_configure_autotools.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-28 13:59:56 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-28 13:59:56 +0000
commit3e375a1dc89a03f7db5d6282aee740a4de1261b5 (patch)
tree31859c0bf08a951203e941440ffa71b803ff1b22 /subr/pkg_configure_autotools.subr
parent5718ef533eb63f9d379d14b1f74508b2a5f43266 (diff)
downloadmidipix_build-3e375a1dc89a03f7db5d6282aee740a4de1261b5.tar.bz2
midipix_build-3e375a1dc89a03f7db5d6282aee740a4de1261b5.tar.xz
etc/config.cache: adds git and pcre <- {lighttpd,smallbasic}.
subr/pkg_configure_autotools.subr: substitute %PREFIX% within installed config.cache.
Diffstat (limited to 'subr/pkg_configure_autotools.subr')
-rw-r--r--subr/pkg_configure_autotools.subr1
1 files changed, 1 insertions, 0 deletions
diff --git a/subr/pkg_configure_autotools.subr b/subr/pkg_configure_autotools.subr
index 6bc7593c..6b6b3125 100644
--- a/subr/pkg_configure_autotools.subr
+++ b/subr/pkg_configure_autotools.subr
@@ -38,6 +38,7 @@ pkg_configure_autotools() {
-exec install -m 0700 "${MIDIPIX_BUILD_PWD}/etc/config.sub" {} \;;
if [ "${PKG_BUILD_TYPE}" != host ]; then
ex_build_fileop cp "${MIDIPIX_BUILD_PWD}/etc/config.cache" "${PKG_BUILD_DIR}/";
+ sed -i"" "s,%PREFIX%,${PKG_PREFIX},g" "${PKG_BUILD_DIR}/config.cache";
fi;
fi;
};