From 3e375a1dc89a03f7db5d6282aee740a4de1261b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Tue, 28 Nov 2017 13:59:56 +0000 Subject: etc/config.cache: adds git and pcre <- {lighttpd,smallbasic}. subr/pkg_configure_autotools.subr: substitute %PREFIX% within installed config.cache. --- subr/pkg_configure_autotools.subr | 1 + 1 file changed, 1 insertion(+) (limited to 'subr/pkg_configure_autotools.subr') 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; }; -- cgit v1.2.3