From f1dfc1369f4f6d21a43a3a987523102370ee7da5 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 5 Jun 2019 11:05:50 +0200 Subject: Fix mismatching " in the launcher script when built for flatpak --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 4051cdf..7627c50 100644 --- a/firefox.spec +++ b/firefox.spec @@ -669,7 +669,7 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE29} %if 0%{?flatpak} -sed -i -e 's|%FLATPAK_ENV_VARS%|export TMPDIR=$XDG_CACHE_HOME/tmp"|' %{buildroot}%{_bindir}/firefox +sed -i -e 's|%FLATPAK_ENV_VARS%|export TMPDIR="$XDG_CACHE_HOME/tmp"|' %{buildroot}%{_bindir}/firefox %else sed -i -e 's|%FLATPAK_ENV_VARS%||' %{buildroot}%{_bindir}/firefox %endif -- cgit