diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-29 17:10:27 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-29 17:10:27 +0000 |
commit | 32d6aff69e796ea088a14d998c1cfb0b57e436de (patch) | |
tree | e1ede9cbe6166accb488943656ece1717ff66086 /gawk | |
parent | 61f0b2f81e36c465803152ffac4a5e1faaef914b (diff) |
gawk-3.0.4.oe:
Correct install target for gawk.
BKrev: 3f786783kfixe5jf_nglF-MIOL_uMQ
Diffstat (limited to 'gawk')
-rw-r--r-- | gawk/gawk-3.0.4.oe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gawk/gawk-3.0.4.oe b/gawk/gawk-3.0.4.oe index dadfaf94fd..6408747022 100644 --- a/gawk/gawk-3.0.4.oe +++ b/gawk/gawk-3.0.4.oe @@ -5,3 +5,12 @@ SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz S = ${WORKDIR}/${P} inherit autotools + +EXTRA_OEMAKE = "'bindir=${D}/${bindir}' 'mandir=${D}/${mandir}/man1' 'infodir=${D}/${datadir}/info' \ + 'libexecdir=${D}/${libexecdir}' 'datadir=${D}/${datadir}/awk'" + +do_install_append () { + rm -f ${D}/${bindir}/gawk-* +} + +FILES_gawk_append = " ${datadir}/awk" |