# # set +o errexit -o noglob -o nounset is assumed. # : ${PKG_AUTOCONF_2_64_HOST_INSTALL_FILES:=" \ /=libexec/autoconf-2.64 \ !bin/autoconf=libexec/autoconf-2.64/ \ !bin/autoheader=libexec/autoconf-2.64/ \ !bin/autom4te=libexec/autoconf-2.64/ \ !bin/autoreconf=libexec/autoconf-2.64/ \ !bin/autoscan=libexec/autoconf-2.64/ \ !bin/autoupdate=libexec/autoconf-2.64/ \ !bin/ifnames=libexec/autoconf-2.64/ \ !share/autoconf-2.64/autom4te.cfg=share/autoconf/ \ -share/autoconf-2.64/ \ !share/autoconf=share/autoconf-2.64/ \ -share/info/dir \ !share/info/autoconf.info=share/info/autoconf-2.64.info \ !share/info/standards.info=share/info/standards-2.64.info \ !share/man/man1/autoconf.1=share/man/man1/autoconf-2.64.1 \ !share/man/man1/autoheader.1=share/man/man1/autoheader-2.64.1 \ !share/man/man1/autom4te.1=share/man/man1/autom4te-2.64.1 \ !share/man/man1/autoreconf.1=share/man/man1/autoreconf-2.64.1 \ !share/man/man1/autoscan.1=share/man/man1/autoscan-2.64.1 \ !share/man/man1/autoupdate.1=share/man/man1/autoupdate-2.64.1 \ !share/man/man1/config.guess.1=share/man/man1/config.guess-2.64.1 \ !share/man/man1/config.sub.1=share/man/man1/config.sub-2.64.1 \ !share/man/man1/ifnames.1=share/man/man1/ifnames-2.64.1 \ "}; pkg_autoconf_2_64_host_install_files_post() { local _bin_fname="" _fname=""; for _bin_fname in $(find "${PKG_DESTDIR}/libexec/autoconf-${PKG_VERSION}" -type f -perm /0111); do cat >"${PKG_DESTDIR}/bin/${_bin_fname##*/}-${PKG_VERSION}" <