diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2010-04-13 10:15:56 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2010-04-13 10:15:56 +0000 |
commit | 283554adec0060af584ed220e05ba67dadb2365d (patch) | |
tree | 1eb80208e6ca917e6f3685f92a45a6ecf9147797 /firefox.sh.in | |
parent | Fixed multilib conflict (diff) | |
download | librewolf-fedora-ff-283554adec0060af584ed220e05ba67dadb2365d.tar.gz librewolf-fedora-ff-283554adec0060af584ed220e05ba67dadb2365d.tar.bz2 librewolf-fedora-ff-283554adec0060af584ed220e05ba67dadb2365d.zip |
Fixed language packs (#559960)
Diffstat (limited to 'firefox.sh.in')
-rw-r--r-- | firefox.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.sh.in b/firefox.sh.in index 9a26458..53e1c92 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -203,7 +203,7 @@ if [ $MOZILLA_DOWN -ne 0 ]; then $MOZ_EXTENSIONS_PROFILE_DIR/langpack-${SHORTMOZLOCALE}@firefox.mozilla.org echo "$MOZ_EXTENSIONS_PROFILE_DIR/langpack-${SHORTMOZLOCALE}@firefox.mozilla.org" > $FEDORA_LANGPACK_CONFIG fi - elif [ -f $MOZ_EXTENSIONS_DIR/langpack-${MOZLOCALE}@firefox.mozilla.org/chrome/$MOZLOCALE.jar ]; then + elif [ -f $MOZ_LANGPACKS_DIR/langpack-${MOZLOCALE}@firefox.mozilla.org/chrome/$MOZLOCALE.jar ]; then if [ -d $MOZ_EXTENSIONS_PROFILE_DIR/langpack-${MOZLOCALE}@firefox.mozilla.org ]; then rmdir "$MOZ_EXTENSIONS_PROFILE_DIR/langpack-${MOZLOCALE}@firefox.mozilla.org" > /dev/null 2>&1 fi |