summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-05-31 14:31:25 +0200
committerJan Horak <jhorak@redhat.com>2017-05-31 14:31:25 +0200
commitc5d80fd83de2cb277dc39b527129fc6db0f1d241 (patch)
tree282a4472e2653a41076561455e7d7d1addb20758 /firefox.spec
parentAdded build patch for big endian platforms (diff)
parentFixed build - filelists (diff)
downloadlibrewolf-fedora-ff-c5d80fd83de2cb277dc39b527129fc6db0f1d241.tar.gz
librewolf-fedora-ff-c5d80fd83de2cb277dc39b527129fc6db0f1d241.tar.bz2
librewolf-fedora-ff-c5d80fd83de2cb277dc39b527129fc6db0f1d241.zip
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 9422ddb..e2f8a01 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -661,7 +661,7 @@ SentUpstream: 2014-09-22
</application>
EOF
-echo > ../%{name}.lang
+echo > %{name}.lang
%if %{build_langpacks}
# Extract langpacks, make any mods needed, repack the langpack, and install it.
%{__mkdir_p} $RPM_BUILD_ROOT%{langpackdir}
@@ -679,7 +679,7 @@ for langpack in `ls firefox-langpacks/*.xpi`; do
%{__install} -m 644 ${extensionID}.xpi $RPM_BUILD_ROOT%{langpackdir}
language=`echo $language | sed -e 's/-/_/g'`
- echo "%%lang($language) %{langpackdir}/${extensionID}.xpi" >> ../%{name}.lang
+ echo "%%lang($language) %{langpackdir}/${extensionID}.xpi" >> %{name}.lang
done
%{__rm} -rf firefox-langpacks
@@ -690,7 +690,7 @@ language_short=$2
cd $RPM_BUILD_ROOT%{langpackdir}
ln -s langpack-$language_long@firefox.mozilla.org.xpi langpack-$language_short@firefox.mozilla.org.xpi
cd -
-echo "%%lang($language_short) %{langpackdir}/langpack-$language_short@firefox.mozilla.org.xpi" >> ../%{name}.lang
+echo "%%lang($language_short) %{langpackdir}/langpack-$language_short@firefox.mozilla.org.xpi" >> %{name}.lang
}
# Table of fallbacks for each language
bgstack15