From: Phil Blundell Date: Mon, 6 Sep 2004 23:41:19 +0000 (+0000) Subject: correct deletion of one too many files in last change X-Git-Tag: Release-2010-05/1~17357 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25b5770c4a9ba493abdfbf2529c2ced248fe6775;p=openembedded.git correct deletion of one too many files in last change BKrev: 413cf59flA7JOY70BTt8pq8P2-ZxEg --- diff --git a/mozilla/firefox_0.9.3.oe b/mozilla/firefox_0.9.3.oe index 91dd97ce37..19e5029165 100644 --- a/mozilla/firefox_0.9.3.oe +++ b/mozilla/firefox_0.9.3.oe @@ -1,5 +1,5 @@ DEPENDS = "xt xi zip-native gtk+ orbit2" -PR = "r1" +PR = "r2" SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-${PV}-source.tar.bz2 \ file://mozconfig \ @@ -43,7 +43,6 @@ do_install() { install -m 0644 ${WORKDIR}/mozilla-firefox.desktop ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/mozilla-firefox.png ${D}${datadir}/pixmaps/ rm -f ${D}${libdir}/firefox-${PV}/TestGtkEmbed - rm -f ${D}${libdir}/firefox-${PV}/libmozz.so } pkg_postinst_firefox() {