]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- typo
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 10 May 2016 19:29:47 +0000 (21:29 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 10 May 2016 19:29:47 +0000 (21:29 +0200)
firefox.sh

index e9a11de8c4e94cabc3427fcbaebdb75cb939c30f..b5183d4503590417da18883b56f8a151d3af21ac 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
 
This page took 0.040579 seconds and 4 git commands to generate.