From 25b5770c4a9ba493abdfbf2529c2ced248fe6775 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Mon, 6 Sep 2004 23:41:19 +0000 Subject: [PATCH] correct deletion of one too many files in last change BKrev: 413cf59flA7JOY70BTt8pq8P2-ZxEg --- mozilla/firefox_0.9.3.oe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() { -- 2.39.5