diff options
author | Holger Freyther <zecke@selfish.org> | 2008-01-25 17:35:38 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-01-25 17:35:38 +0000 |
commit | 78c5ca2bf6696bc378cd50cabc5a5c640b9eb262 (patch) | |
tree | f73d15d594a678bc473ee40521f91ac6e4103489 /packages | |
parent | cc8aacdcca2db80024e9a8e85395154a3af45fc2 (diff) |
packages/libshout/libshout.inc: Stage the headers, libs and m4 file
Like all xiph.org packages the .pc files are a bit odd and not staged.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libshout/libshout.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/libshout/libshout.inc b/packages/libshout/libshout.inc index 9ca8745b9b..3037eb0f46 100644 --- a/packages/libshout/libshout.inc +++ b/packages/libshout/libshout.inc @@ -14,3 +14,7 @@ do_configure_prepend() { rm -f ${S}/m4/ogg.m4 rm -f ${S}/m4/vorbis.m4 } + +do_stage() { + autotools_stage_all +} |