From 464930e6592ec988f2be22d5d5c084308242936b Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 27 May 2011 08:00:26 +0200 Subject: [PATCH] bah, this could not work --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 453b219..6c799b8 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1179,7 +1179,7 @@ rm -rf icons/gnome applications application-registry #relocate the rest of them # remove versioned icons -find icons -type f -name '*office$ICONVERSION*' -print0 | xargs -0 rm -f +find icons -type f -name "*office$ICONVERSION*" -print0 | xargs -0 rm -f cp -r icons $RPM_BUILD_ROOT/%{_datadir} mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mime-info cp -p mime-info/libreoffice$PRODUCTVERSION.keys $RPM_BUILD_ROOT/%{_datadir}/mime-info/libreoffice.keys