summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2007-03-04 16:27:29 +0100
committerJaka Kranjc2007-03-04 16:27:29 +0100
commit51747351f10f820f1850788406523590093eb202 (patch)
tree09a42a39713ff8d5430ce0b336c56efbd2c24cf8
parentda7c79d518af5bd013be3e9a96c097f3963b5f50 (diff)
firefox: added sedit to fix firefox-plugin.pc. Bug 13581.
(cherry picked from commit 292a7f9e7d77105c79938a66282c13e69f097bb0) Conflicts: http/firefox/HISTORY
-rw-r--r--http/firefox/HISTORY3
-rwxr-xr-xhttp/firefox/INSTALL3
2 files changed, 5 insertions, 1 deletions
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index a755a88fd2..153e319179 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 George Sherwood <george@beernabeer.com>
+ * INSTALL: Added sedit to fix firefox-plugin.pc for nspr. Bug #13581
+
2007-02-24 George Sherwood <george@beernabeer.com>
* INSTALL: change fix for *.pc files from 2.0.0.1 to 2.0.0.2
diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
index c44593dc34..c6a240aa4b 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -68,4 +68,5 @@ install -m 755 -o root -g root $SCRIPT_DIRECTORY/firefox \
# make the pkgconfig files reference the nspr from the standalone nspr spell
sedit "s/nspr/mozilla-nspr/" ${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-nss.pc &&
sedit "s/nspr/mozilla-nspr/" ${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-js.pc &&
-sedit "s/nspr/mozilla-nspr/" ${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-xpcom.pc
+sedit "s/nspr/mozilla-nspr/" ${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-xpcom.pc &&
+sedit "s/nspr/mozilla-nspr/" ${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-plugin.pc