summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2007-02-24 21:34:07 +0400
committerJeremy Blosser2007-02-24 12:37:24 -0600
commit5d268b7b76c469aebd5bc441a1d11ff1d9eb99da (patch)
tree72b53d3b6a06f9fbaea05e69e2635d8059b87164
parent52a18759d3c2980c1611b278d625abb3966512ec (diff)
firefox: In INSTALL fix the *.pc files to match the install. Wasn't
updated on the bump from 2.0.0.1 to 2.0.0.2. Probably needs a more better method in the install file. (cherry picked from commit 786c426a00bd53f45ead5911eb8ed0022caa0f8d)
-rw-r--r--http/firefox/HISTORY3
-rwxr-xr-xhttp/firefox/INSTALL2
2 files changed, 4 insertions, 1 deletions
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 97ee05ab33..a755a88fd2 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2007-02-24 George Sherwood <george@beernabeer.com>
+ * INSTALL: change fix for *.pc files from 2.0.0.1 to 2.0.0.2
+
2007-02-24 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: SECURITY_PATCH=7
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.2
diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
index 0c9e8f6d34..c44593dc34 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -17,7 +17,7 @@ cp -LfRv dist/idl/* $INSTALL_ROOT/usr/share/idl/firefox/ &&
#fix install directories in *.pc files.
sed -i s#usr/local#usr# build/unix/firefox-* &&
-sed -i s#-2.0.0.1## build/unix/firefox-* &&
+sed -i s#-2.0.0.2## build/unix/firefox-* &&
cp build/unix/firefox*.pc $INSTALL_ROOT/usr/lib/pkgconfig &&