From a6970c75f85a294ba1056fa9ec329dfb272ac3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Wed, 29 Apr 2020 19:08:22 +0100 Subject: Designate {debug,release} build as build kind. etc/{{build,pkgtool}.usage,README.md}: updated. --- subr/pkg_install_files.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subr/pkg_install_files.subr') diff --git a/subr/pkg_install_files.subr b/subr/pkg_install_files.subr index 76460da3..55d79cba 100644 --- a/subr/pkg_install_files.subr +++ b/subr/pkg_install_files.subr @@ -25,7 +25,7 @@ pkgp_install_files_pkgconfig() { pkgp_install_files_strip() { local _bin_path="" _tree_root="${PKG_DESTDIR}"; if [ -e "${_tree_root}" ]\ - && [ "${BUILD}" = release ]\ + && [ "${BUILD_KIND}" = release ]\ && [ "${PKG_BUILD_TYPE}" = native ]; then if [ "${PKG_NAME%_minipix}" != "${PKG_NAME}" ]\ && [ "${ARG_DEBUG_MINIPIX:-0}" -eq 1 ]; then -- cgit v1.2.3