From babea71bdc83c61191a3d0c4d93d35de439c85d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Sun, 9 Feb 2020 16:25:27 +0000 Subject: vars/install_strip_host.vars: create prerequisite directory. --- vars/install_strip_host.vars | 1 + 1 file changed, 1 insertion(+) (limited to 'vars') diff --git a/vars/install_strip_host.vars b/vars/install_strip_host.vars index e897420e..a5ee5e6c 100644 --- a/vars/install_strip_host.vars +++ b/vars/install_strip_host.vars @@ -6,6 +6,7 @@ pkg_install_strip_host_all() { if [ -e "${PREFIX}/bin/${PKG_TARGET}-install-strip" ]; then ex_rtl_fileop rm "${PREFIX}/bin/${PKG_TARGET}-install-strip"; fi; + ex_rtl_fileop mkdir "${PREFIX}/bin"; cat > "${PREFIX}/bin/${PKG_TARGET}-install-strip" <