correct deletion of one too many files in last change
authorPhil Blundell <philb@gnu.org>
Mon, 6 Sep 2004 23:41:19 +0000 (23:41 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 6 Sep 2004 23:41:19 +0000 (23:41 +0000)
BKrev: 413cf59flA7JOY70BTt8pq8P2-ZxEg

mozilla/firefox_0.9.3.oe

index 91dd97c..19e5029 100644 (file)
@@ -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() {