17b63192b8
${LOCALBASE}/firefox36 with firefox36 binary. Needed for archs firefox 4 doesn't support (yet?). Yes, i'm looking at you sparc64. Not yet linked to the build.
13 lines
542 B
Plaintext
13 lines
542 B
Plaintext
$OpenBSD: patch-xpcom_io_SpecialSystemDirectory_cpp,v 1.3 2011/03/26 10:58:36 landry Exp $
|
|
--- xpcom/io/SpecialSystemDirectory.cpp.orig Wed Jan 6 05:35:35 2010
|
|
+++ xpcom/io/SpecialSystemDirectory.cpp Sun Jan 10 17:47:30 2010
|
|
@@ -520,7 +520,7 @@ GetUnixXDGUserDirectory(SystemDirectories aSystemDirec
|
|
if (NS_FAILED(rv))
|
|
return rv;
|
|
if (!exists) {
|
|
- rv = file->Create(nsIFile::DIRECTORY_TYPE, 0755);
|
|
+ rv = file->Create(nsIFile::DIRECTORY_TYPE, 0700);
|
|
if (NS_FAILED(rv))
|
|
return rv;
|
|
}
|