Verified Commit da34986c authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

MB 199 (fix): Use -L to copy Mullvad Browser's Fluent files.

We need to use the -L option when copying MB's Fluent files because on
macOS we symlink ja-JP-mac to ja.
parent 9f038fb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ mkdir "$HOME/.mozbuild"
    pushd "$rootdir/translation-mullvad-browser"
    ln -s ja ja-JP-mac
    for lang in $supported_locales; do
      cp -r $lang "$l10ncentral/"
      cp -Lr $lang "$l10ncentral/"
    done
    popd
  [% END -%]