[packages/firefox52-esr] correct config dir path

atler atler at pld-linux.org
Wed Jan 10 13:44:10 CET 2018


commit d02be7cd205ed6cbc2fdf6652776adbf2e77c814
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Jan 10 13:43:47 2018 +0100

    correct config dir path

 firefox.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/firefox.sh b/firefox.sh
index b0041e6..9192ab5 100644
--- a/firefox.sh
+++ b/firefox.sh
@@ -32,7 +32,7 @@ else
 	else
 		URL="$1"
 	fi
-	if ! grep -q browser.tabs.opentabfor.middleclick.*false ~/.firefox/*/prefs.js; then
+	if ! grep -q browser.tabs.opentabfor.middleclick.*false ~/.mozilla/firefox/*/prefs.js; then
 		exec $FIREFOX -new-tab "$URL"
 	else
 		exec $FIREFOX -new-window "$URL"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/firefox52-esr.git/commitdiff/d02be7cd205ed6cbc2fdf6652776adbf2e77c814



More information about the pld-cvs-commit mailing list