# # set +o errexit -o noglob -o nounset is assumed. # pkg_autoconf_2_64_host_install_make_post() { local _bin_fname="" _fname=""; 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}" <