diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-08-12 11:26:34 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-08-12 11:26:34 +0000 |
commit | 9b420b372bc891ce02de3a079d7ab11bec14802f (patch) | |
tree | 8aa50750b1ab25feb3fa1f303ffe25f689fb7b4f /libxml/libxml2_2.6.9.oe | |
parent | 5a34bec1233201b376e2e5e3ecd03534af8cbdc7 (diff) |
libxml: install libxml.m4 into staging
BKrev: 411b53eaj0NzYSk91SnyM7mhWxrn8A
Diffstat (limited to 'libxml/libxml2_2.6.9.oe')
-rw-r--r-- | libxml/libxml2_2.6.9.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libxml/libxml2_2.6.9.oe b/libxml/libxml2_2.6.9.oe index 587da04a35..ceaded6e0a 100644 --- a/libxml/libxml2_2.6.9.oe +++ b/libxml/libxml2_2.6.9.oe @@ -30,6 +30,7 @@ do_stage () { -e "s,^includedir=.*,includedir=${STAGING_INCDIR}," \ -e "s,^libdir=.*,libdir=${STAGING_LIBDIR}," > ${STAGING_BINDIR}/xml2-config chmod a+rx ${STAGING_BINDIR}/xml2-config + install -m 0644 libxml.m4 ${STAGING_DATADIR}/aclocal/ } python populate_packages_prepend () { |