[libreoffice] now why i ever disabled that?

David Tardon dtardon at fedoraproject.org
Thu Aug 25 05:21:52 UTC 2011


commit 57c9d18693970b04e0b44f1f4eebd1cc4206dba9
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Aug 25 07:10:56 2011 +0200

    now why i ever disabled that?

 libreoffice.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 453e462..0eafa1b 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -1260,9 +1260,9 @@ pushd sysui/output/usr/share/
 rm -rf icons/gnome applications application-registry
 
 #relocate the rest of them
-# for icon in `find icons -type f`; do
-    # mv $icon `echo $icon | sed -e s at office$ICONVERSION at office@`
-# done
+for icon in `find icons -type f`; do
+    mv $icon `echo $icon | sed -e s at office$ICONVERSION at office@`
+done
 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


More information about the scm-commits mailing list