diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-06 23:41:19 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-06 23:41:19 +0000 |
commit | 25b5770c4a9ba493abdfbf2529c2ced248fe6775 (patch) | |
tree | 174d3b78eccb31f1fc4336d2a0e0edfdc58058c7 /mozilla | |
parent | 5b269dca53bdb1b466bb89524c6613386aced45c (diff) |
correct deletion of one too many files in last change
BKrev: 413cf59flA7JOY70BTt8pq8P2-ZxEg
Diffstat (limited to 'mozilla')
-rw-r--r-- | mozilla/firefox_0.9.3.oe | 3 |
1 files changed, 1 insertions, 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() { |