]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox.sh
correct config dir path
[packages/firefox.git] / firefox.sh
index e9a11de8c4e94cabc3427fcbaebdb75cb939c30f..d18b7319a6a985875145e3e2d3ec27108dba3165 100644 (file)
@@ -8,7 +8,7 @@ LIBDIR="@LIBDIR@/firefox"
 if [ ! -d $HOME/.mozilla/firefox ]; then
        if [ -d $HOME/.iceweasel ]; then
                echo "Copying profile from Iceweasel"
-               cp -rf $HOME/.iceweasek $HOME/.mozilla/firefox
+               cp -rf $HOME/.iceweasel $HOME/.mozilla/firefox
        fi
 fi
 
@@ -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"
This page took 0.031683 seconds and 4 git commands to generate.