[packages/firefox] correct config dir path

atler atler at pld-linux.org
Mon Aug 14 13:02:29 CEST 2017


commit 44b64889822fa8973785b13adcafa2b8fad8cee2
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Aug 14 13:00:28 2017 +0200

    correct config dir path

 firefox.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/firefox.sh b/firefox.sh
index b5183d4..d18b731 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/firefox.git/commitdiff/44b64889822fa8973785b13adcafa2b8fad8cee2



More information about the pld-cvs-commit mailing list