From 9d255dd37a449f7661fd8a73f58ea6102269851d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Fri, 7 May 2021 16:28:50 +0100 Subject: vars/autoconf_2_64_host.vars: updated. --- vars/autoconf_2_64_host.vars | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/vars/autoconf_2_64_host.vars b/vars/autoconf_2_64_host.vars index 4b5772a0..0583eb79 100644 --- a/vars/autoconf_2_64_host.vars +++ b/vars/autoconf_2_64_host.vars @@ -3,18 +3,37 @@ # pkg_autoconf_2_64_host_install_make_post() { - local _fname=""; + local _bin_fname="" _fname=""; - for _fname in \ - $(find "${PKG_DESTDIR}/bin" -type f -perm /0111) \ - "${PKG_DESTDIR}/share/autoconf"; do - rtl_fileop mv "${_fname}" "${_fname}-${PKG_VERSION}" || return 1; + rtl_fileop mkdir "${PKG_DESTDIR}/libexec/autoconf-${PKG_VERSION}" || return 1; + for _bin_fname in \ + $(find "${PKG_DESTDIR}/bin" -type f -perm /0111); do + rtl_fileop mv "${_bin_fname}" "${PKG_DESTDIR}/libexec/autoconf-${PKG_VERSION}" || return 1; + cat >"${_bin_fname}-${PKG_VERSION}" <