Skip to content

Commit

Permalink
FF.spec: Fix wrong variable name in locales-build section
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Sirringhaus authored and Wolfgang Rosenauer committed Nov 25, 2019
1 parent 3169905 commit 145d16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firefox/MozillaFirefox.spec
Expand Up @@ -475,7 +475,7 @@ xvfb-run --server-args="-screen 0 1920x1080x24" \
%if %localize
mkdir -p %{buildroot}%{progdir}/browser/extensions
truncate -s 0 %{_tmppath}/translations.{common,other}
sed -r '/^(ja-JP-mac|en-US|)$/d;s/ .*$//' $RPM_BUILD_DIR/%{source_prefix}/browser/locales/shipped-locales \
sed -r '/^(ja-JP-mac|en-US|)$/d;s/ .*$//' $RPM_BUILD_DIR/%{srcname}-%{orig_version}/browser/locales/shipped-locales \
| xargs -n 1 -I {} /bin/sh -c '
locale=$1
./mach build langpack-$locale
Expand Down

0 comments on commit 145d16b

Please sign in to comment.