From 042fe26a4b067e80666201e60d6c9163e8634ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Fri, 7 Feb 2020 15:05:08 +0100 Subject: vars/texinfo_host.vars: install makeinfo(1) ${PERL5LIB} wrapper script. --- vars/texinfo_host.vars | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vars/texinfo_host.vars (limited to 'vars/texinfo_host.vars') diff --git a/vars/texinfo_host.vars b/vars/texinfo_host.vars new file mode 100644 index 00000000..18a0c0f1 --- /dev/null +++ b/vars/texinfo_host.vars @@ -0,0 +1,17 @@ +# +# set -o errexit -o noglob are assumed. +# + +pkg_texinfo_host_install_make_post() { + if [ -e "${PKG_DESTDIR}/bin/makeinfo" ]; then + ex_rtl_fileop mv "${PKG_DESTDIR}/bin/makeinfo" "${PKG_DESTDIR}/bin/makeinfo.dist"; + fi; + cat > "${PKG_DESTDIR}/bin/makeinfo" <