From 020a8e3281b215a53363f3cdf8d349ff829b016b Mon Sep 17 00:00:00 2001 From: Lucio Andrés Illanes Albornoz Date: Jan 19 2019 19:24:50 +0000 Subject: subr/pkg_install_strip.subr:pkg_install_strip(): exclude non-native packages. --- diff --git a/subr/pkg_install_strip.subr b/subr/pkg_install_strip.subr index 5b34d70..c8c04a4 100644 --- a/subr/pkg_install_strip.subr +++ b/subr/pkg_install_strip.subr @@ -5,7 +5,8 @@ pkg_install_strip() { local _tree_root="${PKG_DESTDIR}" _bin_path=""; if [ -e "${_tree_root}" ]\ - && [ "${BUILD}" != release ]; then + && [ "${BUILD}" != release ]\ + && [ "${PKG_BUILD_TYPE}" = native ]; then if [ "${PKG_NAME%_minipix}" != "${PKG_NAME}" ]\ && [ "${ARG_DEBUG_MINIPIX:-0}" -eq 1 ]; then return;