summaryrefslogtreecommitdiff
path: root/libvorbis
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-08-06 04:29:27 +0000
committerChris Larson <clarson@kergoth.com>2004-08-06 04:29:27 +0000
commitf2cc0ed01ee908cd1dca461fd76d3f90871567d3 (patch)
tree20e4567022b1c42bcadd59b16498be86206f5e61 /libvorbis
parenta83a770f7d8f4212408ab6c6eff84388de4567be (diff)
Add mpd (music player daemon), and fix its build by installing some .m4 files that werent being installed previously.
BKrev: 41130927vjQ5SCGDNkOhxBGqcJhxUQ
Diffstat (limited to 'libvorbis')
-rw-r--r--libvorbis/libvorbis_1.0.1.oe2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvorbis/libvorbis_1.0.1.oe b/libvorbis/libvorbis_1.0.1.oe
index b2ae3f3e5c..d87d428275 100644
--- a/libvorbis/libvorbis_1.0.1.oe
+++ b/libvorbis/libvorbis_1.0.1.oe
@@ -20,4 +20,6 @@ do_stage () {
install -m 0644 include/vorbis/vorbisenc.h \
include/vorbis/vorbisfile.h \
include/vorbis/codec.h ${STAGING_INCDIR}/vorbis/
+ install -d ${STAGING_DATADIR}/aclocal
+ install -m 0644 vorbis.m4 ${STAGING_DATADIR}/aclocal/
}