[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (034788b3d793b3597b309e18cb1286068e3c7fc5)

Vlad Glagolev scm at sourcemage.org
Wed Nov 12 10:26:24 EST 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 http/firefox/DETAILS |    2 +-
 http/firefox/HISTORY |    5 +++++
 http/firefox/INSTALL |    6 ++----
 3 files changed, 8 insertions(+), 5 deletions(-)

New commits:
commit 034788b3d793b3597b309e18cb1286068e3c7fc5
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    firefox: => 3.0.4

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 71ac346..1eb8cd7 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -7,7 +7,7 @@ if [[ $FIREFOX_CVS == y ]]; then
    SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/$SPELL/releases/$VERSION/source/$SOURCE
   SOURCE2_URL[0]=$SOURCE_URL.asc
 else
-         VERSION=3.0.3
+         VERSION=3.0.4
           SOURCE=$SPELL-$VERSION-source.tar.bz2
          SOURCE2=$SOURCE.asc
       SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index a35c619..53da0f1 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2008-11-12 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 3.0.4
+	* INSTALL: fixed linking with installed xulrunner plugins' path;
+	  quoting paths
+
 2008-10-14 George Sherwood <gsherwood at sourcemage.org>
 	* DETAILS: Updated devel to 3.1b1
 	* PRE_BUILD: Updated cd since new directory is mozilla-central
diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
index 6331a9a..21cdb44 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -41,7 +41,5 @@ if  test  -f   $INSTALL_ROOT/usr/lib/libnssckbi.so;  then
   fi
 fi  &&
 
-ln -s $INSTALL_ROOT/usr/lib/xulrunner/plugins \
-      $INSTALL_ROOT/usr/lib/firefox/plugins
-
-
+ln -vs "$INSTALL_ROOT/usr/lib/xulrunner/plugins" \
+       "$INSTALL_ROOT/usr/lib/$SPELL-$VERSION/plugins"



More information about the SM-Commit mailing list