From ec19f02f81c206f54a89ef7e1f49715e90470c31 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: Sun, 3 Dec 2017 16:10:05 +0000 Subject: Separate front end (build.sh, subr/build_*) from dispatcher. --- vars/install_strip_host.vars | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vars/install_strip_host.vars') diff --git a/vars/install_strip_host.vars b/vars/install_strip_host.vars index 5e8524a8..e897420e 100644 --- a/vars/install_strip_host.vars +++ b/vars/install_strip_host.vars @@ -3,14 +3,14 @@ # pkg_install_strip_host_all() { - if [ -e "${PREFIX}/bin/${TARGET}-install-strip" ]; then - ex_build_fileop rm "${PREFIX}/bin/${TARGET}-install-strip"; + if [ -e "${PREFIX}/bin/${PKG_TARGET}-install-strip" ]; then + ex_rtl_fileop rm "${PREFIX}/bin/${PKG_TARGET}-install-strip"; fi; - cat > "${PREFIX}/bin/${TARGET}-install-strip" < "${PREFIX}/bin/${PKG_TARGET}-install-strip" <