summaryrefslogtreecommitdiff
path: root/mozilla
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-21 11:58:43 +0000
committerPhil Blundell <philb@gnu.org>2004-11-21 11:58:43 +0000
commit0ce8a7efe42ed08c29302064d06128de48c5faeb (patch)
tree0d35fae02cff2776f4e4ec83273cb7f8162166a2 /mozilla
parent0d8f914a3ffa036b6bcd025910ae06c47bd26c5d (diff)
tweak minimo packaging to remove some spurious files
BKrev: 41a082f3fEU1fnxqhz4sRxxqOT8e_g
Diffstat (limited to 'mozilla')
-rw-r--r--mozilla/minimo_cvs.oe5
1 files changed, 4 insertions, 1 deletions
diff --git a/mozilla/minimo_cvs.oe b/mozilla/minimo_cvs.oe
index 001d4cd72b..4a2ac03b74 100644
--- a/mozilla/minimo_cvs.oe
+++ b/mozilla/minimo_cvs.oe
@@ -41,8 +41,11 @@ do_compile () {
mozdir="${D}${libdir}/mozilla-minimo"
do_install () {
+ cd ${S}/embedding/minimo/
+ sh ./package.sh
+ cd ${S}
mkdir -p ${mozdir}
- cp -rL $MOZ_OBJDIR/dist/bin/* ${mozdir}/
+ cp -rL $MOZ_OBJDIR/dist/Embed/* ${mozdir}/
rm -f ${mozdir}/TestGtkEmbed
mkdir -p ${D}/${datadir}/applications
install -m 0644 embedding/minimo/ipkg/minimo.desktop ${D}/${datadir}/applications/minimo.desktop