summaryrefslogtreecommitdiff
path: root/libogg/libogg_1.0.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-06-29 16:40:47 +0000
committerChris Larson <clarson@kergoth.com>2004-06-29 16:40:47 +0000
commit0580fc73a3972b884467006a69c537dad6f4ee35 (patch)
treeb5caf1392687566234cc2adc71658970b23dd858 /libogg/libogg_1.0.oe
parentae6456d0e5030e38e36f4fb09439e414321f2387 (diff)
Merge openembedded@openembedded.bkbits.net:packages
into odin.(none):/home/kergoth/code/packages 2004/06/29 11:40:38-05:00 (none)!kergoth Install ogg.m4 into staging in the libogg builds. BKrev: 40e19b8f-_DGeDIGS6Aeya_qKyZpkA
Diffstat (limited to 'libogg/libogg_1.0.oe')
-rw-r--r--libogg/libogg_1.0.oe1
1 files changed, 1 insertions, 0 deletions
diff --git a/libogg/libogg_1.0.oe b/libogg/libogg_1.0.oe
index 3b9b4a80a8..f53b7ccdad 100644
--- a/libogg/libogg_1.0.oe
+++ b/libogg/libogg_1.0.oe
@@ -12,4 +12,5 @@ do_stage () {
install -d ${STAGING_INCDIR}/ogg
(cd ${S}/include/ogg; cp config_types.h ogg.h os_types.h ${STAGING_INCDIR}/ogg/)
+ install -m 0644 ${S}/ogg.m4 ${STAGING_DATADIR}/aclocal/
}