[Pkg-cli-apps-commits] r4999 - /packages/gnome-do-plugins/trunk/debian/patches/01_firefox_iceweasel_rename.dpatch

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Tue Jun 30 09:42:44 UTC 2009


Author: raof-guest
Date: Tue Jun 30 09:42:43 2009
New Revision: 4999

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4999
Log:
Fix firefox/iceweasel profile filename.  It's profile*s*.ini, damnit

Modified:
    packages/gnome-do-plugins/trunk/debian/patches/01_firefox_iceweasel_rename.dpatch

Modified: packages/gnome-do-plugins/trunk/debian/patches/01_firefox_iceweasel_rename.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/patches/01_firefox_iceweasel_rename.dpatch?rev=4999&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/patches/01_firefox_iceweasel_rename.dpatch (original)
+++ packages/gnome-do-plugins/trunk/debian/patches/01_firefox_iceweasel_rename.dpatch Tue Jun 30 09:42:43 2009
@@ -24,7 +24,7 @@
 +			} else if (Directory.Exists (Path.Combine (path, "iceweasel"))) {
 +				path = Path.Combine (path, "iceweasel");
 +			}
-+			using (StreamReader r = File.OpenText (Path.Combine (path, "profile.ini"))) {
++			using (StreamReader r = File.OpenText (Path.Combine (path, "profiles.ini"))) {
  				while ((line = r.ReadLine ()) != null) {
  					if (line.StartsWith (BeginDefaultProfile)) {
  						break;




More information about the Pkg-cli-apps-commits mailing list