summaryrefslogtreecommitdiff
path: root/waterfox/waterfox-waterfoxdir.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-09-14 11:39:42 -0400
committerB Stack <bgstack15@gmail.com>2018-09-14 11:39:42 -0400
commit4ecb6db04ce862ec1b8a88db5daef0eda7c7a05d (patch)
tree512b8eae0c2ef46e9debfe96af748b308deb27c4 /waterfox/waterfox-waterfoxdir.patch
parentMerge branch 'add-ublock' into 'master' (diff)
downloadstackrpms-4ecb6db04ce862ec1b8a88db5daef0eda7c7a05d.tar.gz
stackrpms-4ecb6db04ce862ec1b8a88db5daef0eda7c7a05d.tar.bz2
stackrpms-4ecb6db04ce862ec1b8a88db5daef0eda7c7a05d.zip
bring in chinforpms/waterfox
Diffstat (limited to 'waterfox/waterfox-waterfoxdir.patch')
-rw-r--r--waterfox/waterfox-waterfoxdir.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/waterfox/waterfox-waterfoxdir.patch b/waterfox/waterfox-waterfoxdir.patch
new file mode 100644
index 0000000..cfcbecc
--- /dev/null
+++ b/waterfox/waterfox-waterfoxdir.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