]> git.pld-linux.org Git - packages/icedove.git/blob - icedove-extensiondir.patch
- put URL in proper place
[packages/icedove.git] / icedove-extensiondir.patch
1 --- icedove-3.1.2/mozilla/mozilla/toolkit/xre/nsXREDirProvider.cpp~     2010-08-03 02:28:31.000000000 +0300
2 +++ icedove-3.1.2/mozilla/mozilla/toolkit/xre/nsXREDirProvider.cpp      2010-08-17 15:46:17.972676534 +0300
3 @@ -320,7 +320,7 @@
4  #endif
5  #if defined(XP_UNIX) && !defined(XP_MACOSX)
6    else if (!strcmp(aProperty, XRE_SYS_SHARE_EXTENSION_PARENT_DIR)) {
7 -    static const char *const sysLExtDir = "/usr/share/mozilla/extensions";
8 +    static const char *const sysLExtDir = "/usr/share/icedove/extensions";
9      return NS_NewNativeLocalFile(nsDependentCString(sysLExtDir),
10                                   PR_FALSE, (nsILocalFile**)(nsIFile**) aFile);
11    }
12 @@ -1231,9 +1231,9 @@
13  #elif defined(XP_UNIX)
14    static const char *const sysSExtDir = 
15  #ifdef HAVE_USR_LIB64_DIR
16 -    "/usr/lib64/mozilla/extensions";
17 +    "/usr/lib64/icedove/extensions";
18  #else
19 -    "/usr/lib/mozilla/extensions";
20 +    "/usr/lib/icedove/extensions";
21  #endif
22  
23    rv = NS_NewNativeLocalFile(nsDependentCString(sysSExtDir), PR_FALSE,
This page took 0.024791 seconds and 3 git commands to generate.