gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash macros/firefox.m4 ChangeLog


From: Rob Savoye
Subject: [Gnash-commit] gnash macros/firefox.m4 ChangeLog
Date: Sun, 29 Jul 2007 19:22:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/07/29 19:22:07

Modified files:
        macros         : firefox.m4 
        .              : ChangeLog 

Log message:
                * macros/firefox.m4: Always install the plugin in 
~/.mozilla/plugins.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/firefox.m4?cvsroot=gnash&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3863&r2=1.3864

Patches:
Index: macros/firefox.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/firefox.m4,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- macros/firefox.m4   1 Jul 2007 10:54:12 -0000       1.23
+++ macros/firefox.m4   29 Jul 2007 19:22:06 -0000      1.24
@@ -54,13 +54,11 @@
     else
       GNASHEXE=${gnashbindir}
     fi
-    dnl Always install the plugin in the users home directory.
+    dnl Always install the plugin in the users home directory. We
+    dnl always use .mozilla instead of .firefox, as this directoryis
+    dnl used by all mozilla derived browsers.
     if test x"${FIREFOX_PLUGINS}" = "x" ; then
-      if test -d $HOME/.mozilla/plugins; then
         FIREFOX_PLUGINS=$HOME/.mozilla/plugins
-      else
-        FIREFOX_PLUGINS=$HOME/.firefox/plugins
-      fi
     fi
   fi
 

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3863
retrieving revision 1.3864
diff -u -b -r1.3863 -r1.3864
--- ChangeLog   29 Jul 2007 17:33:22 -0000      1.3863
+++ ChangeLog   29 Jul 2007 19:22:07 -0000      1.3864
@@ -1,3 +1,7 @@
+2007-07-29  Rob Savoye  <address@hidden>
+
+       * macros/firefox.m4: Always install the plugin in ~/.mozilla/plugins.
+
 2007-07-29 Sandro Santilli <address@hidden>
 
        * configure.ac: drop add_gui variable again, use another way to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]