diff options
Diffstat (limited to 'gawk/gawk_3.0.4.oe')
-rw-r--r-- | gawk/gawk_3.0.4.oe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gawk/gawk_3.0.4.oe b/gawk/gawk_3.0.4.oe index 4690c154b6..9cd95ec7eb 100644 --- a/gawk/gawk_3.0.4.oe +++ b/gawk/gawk_3.0.4.oe @@ -9,6 +9,10 @@ inherit autotools EXTRA_OEMAKE = "'bindir=${D}/${bindir}' 'mandir=${D}/${mandir}/man1' 'infodir=${D}/${datadir}/info' \ 'libexecdir=${D}/${libexecdir}' 'datadir=${D}/${datadir}/awk'" +do_configure_prepend () { + mv aclocal.m4 acinclude.m4 +} + do_install_append () { rm -f ${D}/${bindir}/gawk-* } |