summaryrefslogtreecommitdiff
path: root/waterfox/waterfox-waterfoxdir-2.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-10-01 15:19:20 -0400
committerB Stack <bgstack15@gmail.com>2018-10-01 15:19:20 -0400
commita5c981a7c2b31e43be74deaabfa73278e6ae05cf (patch)
tree62647883f65fa08be960ee7eb62b26748cb25062 /waterfox/waterfox-waterfoxdir-2.patch
parentMerge branch 'veracrypt-bump' into 'master' (diff)
downloadstackrpms-a5c981a7c2b31e43be74deaabfa73278e6ae05cf.tar.gz
stackrpms-a5c981a7c2b31e43be74deaabfa73278e6ae05cf.tar.bz2
stackrpms-a5c981a7c2b31e43be74deaabfa73278e6ae05cf.zip
import updates from chinforpms
Diffstat (limited to 'waterfox/waterfox-waterfoxdir-2.patch')
-rw-r--r--waterfox/waterfox-waterfoxdir-2.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/waterfox/waterfox-waterfoxdir-2.patch b/waterfox/waterfox-waterfoxdir-2.patch
new file mode 100644
index 0000000..cfcbecc
--- /dev/null
+++ b/waterfox/waterfox-waterfoxdir-2.patch
@@ -0,0 +1,12 @@
+diff -up Waterfox-388770ff37846abbe9f2eebbd6d71014523bb047/toolkit/xre/nsXREDirProvider.cpp.waterfoxdir Waterfox-388770ff37846abbe9f2eebbd6d71014523bb047/toolkit/xre/nsXREDirProvider.cpp
+--- Waterfox-388770ff37846abbe9f2eebbd6d71014523bb047/toolkit/xre/nsXREDirProvider.cpp.waterfoxdir 2017-12-27 16:08:15.089424561 -0200
++++ Waterfox-388770ff37846abbe9f2eebbd6d71014523bb047/toolkit/xre/nsXREDirProvider.cpp 2017-12-27 16:08:15.119424503 -0200
+@@ -284,7 +284,7 @@ nsXREDirProvider::GetUserProfilesLocalDi
+ * for extensions and native-messaing manifests.
+ *
+ * On OSX this is /Library/Application Support/Mozilla
+- * On Linux this is /usr/{lib,lib64}/mozilla
++ * On Linux this is /usr/{lib,lib64}/waterfox
+ * (for 32- and 64-bit systems respsectively)
+ */
+ static nsresult
bgstack15