git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61f0b2f
)
gawk-3.0.4.oe:
author
Chris Larson
<clarson@kergoth.com>
Mon, 29 Sep 2003 17:10:27 +0000
(17:10 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Mon, 29 Sep 2003 17:10:27 +0000
(17:10 +0000)
Correct install target for gawk.
BKrev: 3f786783kfixe5jf_nglF-MIOL_uMQ
gawk/gawk-3.0.4.oe
patch
|
blob
|
history
diff --git
a/gawk/gawk-3.0.4.oe
b/gawk/gawk-3.0.4.oe
index
dadfaf9
..
6408747
100644
(file)
--- 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"