From 9170579fa4a84a5b058bc66430f89e0c29fa5cc2 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Fri, 11 Feb 2022 15:48:27 +0100 Subject: [PATCH] Fixed sed expression --- thunderbird.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index c771f10..893ffb4 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -646,7 +646,7 @@ touch $RPM_BUILD_ROOT%{mozappdir}/components/xpti.dat # 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 #===============================================================================