aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Waschk <waschk@mandriva.org>2006-09-01 14:45:07 +0000
committerGötz Waschk <waschk@mandriva.org>2006-09-01 14:45:07 +0000
commit83bf2352c7e8de9c05a3cb294b8cb9acdce49288 (patch)
tree01f6a9b32ae0de02e8507e9669c252685439f61e
parentef5b4a7fb8fe66145495521d54c10b94b362b8c5 (diff)
downloadrpm-setup-83bf2352c7e8de9c05a3cb294b8cb9acdce49288.tar
rpm-setup-83bf2352c7e8de9c05a3cb294b8cb9acdce49288.tar.gz
rpm-setup-83bf2352c7e8de9c05a3cb294b8cb9acdce49288.tar.bz2
rpm-setup-83bf2352c7e8de9c05a3cb294b8cb9acdce49288.tar.xz
rpm-setup-83bf2352c7e8de9c05a3cb294b8cb9acdce49288.zip
remove evil line break from the clean_icon_cache macro
-rw-r--r--macros.in3
1 files changed, 1 insertions, 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}