From cabef946e662dbcc7fc92bb079cdb12fd21f4ede Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Fri, 11 Feb 2022 15:39:22 +0100 Subject: [PATCH] Resolves: #2051925 Fixed sed expression --- thunderbird.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index c3ec41f..bfff6b3 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -1019,7 +1019,7 @@ rm -rf %{_prefix}/lib/debug/lib64/%{name}-devel-* # Register as an application to be visible in the software center mkdir -p $RPM_BUILD_ROOT%{_datadir}/metainfo %{__cp} -p comm/mail/branding/%{name}/net.thunderbird.Thunderbird.appdata.xml $RPM_BUILD_ROOT%{_datadir}/metainfo/thunderbird.appdata.xml -sed -i -e 's|thunderbird' "$RPM_BUILD_ROOT%{_datadir}/metainfo/thunderbird.appdata.xml" +sed -i -e 's|thunderbird|' "$RPM_BUILD_ROOT%{_datadir}/metainfo/thunderbird.appdata.xml" #===============================================================================