From 83bf2352c7e8de9c05a3cb294b8cb9acdce49288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20Waschk?= Date: Fri, 1 Sep 2006 14:45:07 +0000 Subject: remove evil line break from the clean_icon_cache macro --- macros.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/macros.in b/macros.in index 57b5cf6..e6c57d6 100644 --- a/macros.in +++ b/macros.in @@ -205,8 +205,7 @@ then %{_update_mime_database_bin} %{_datadir}/mime > /dev/null || true ; fi \ %{_update_icon_cache_bin} --force --quiet %{_iconsdir}/%{1} || true; fi \ %{nil} -%clean_icon_cache() if [ -x %{_update_icon_cache_bin} -a -r \ -%{_iconsdir}/%{1}/index.theme ]; then \ +%clean_icon_cache() if [ -x %{_update_icon_cache_bin} -a -r %{_iconsdir}/%{1}/index.theme ]; then \ %{_update_icon_cache_bin} --force --quiet %{_iconsdir}/%{1} || true ; fi \ %{nil} -- cgit v1.2.1