diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-10 11:22:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-10 11:22:16 +0000 |
commit | 13aaf9ce3241fec179fe2b8e43d748cfa7f3dda6 (patch) | |
tree | 083d0e2b1c98d6805334be0166f883e6a57fbd4a | |
parent | 6cfff7672621c7516fd04ae7f1dbe4801193c59f (diff) | |
download | rpm-setup-13aaf9ce3241fec179fe2b8e43d748cfa7f3dda6.tar rpm-setup-13aaf9ce3241fec179fe2b8e43d748cfa7f3dda6.tar.gz rpm-setup-13aaf9ce3241fec179fe2b8e43d748cfa7f3dda6.tar.bz2 rpm-setup-13aaf9ce3241fec179fe2b8e43d748cfa7f3dda6.tar.xz rpm-setup-13aaf9ce3241fec179fe2b8e43d748cfa7f3dda6.zip |
-rw-r--r-- | build.macros.in | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/build.macros.in b/build.macros.in index be64ef2..490de20 100644 --- a/build.macros.in +++ b/build.macros.in @@ -107,15 +107,15 @@ Group: %{group}\ # Rebuild icon cache # # following themes are handled through filetriggers: -%define icon_cache_through_filetrigger_hicolor 1 -%define icon_cache_through_filetrigger_gnome 1 -%define icon_cache_through_filetrigger_oxygen 1 +%icon_cache_through_filetrigger_hicolor 1 +%icon_cache_through_filetrigger_gnome 1 +%icon_cache_through_filetrigger_oxygen 1 -%define update_icon_cache() %{expand: %%{!?icon_cache_through_filetrigger_%1:if [ -x %%{_update_icon_cache_bin} ]; then \ +%update_icon_cache() %{expand: %%{!?icon_cache_through_filetrigger_%1:if [ -x %%{_update_icon_cache_bin} ]; then \ %%{_update_icon_cache_bin} --force --quiet %%{_iconsdir}/%%{1} || true; fi \ %%{nil}}} -%define clean_icon_cache() %{expand: %%{!?icon_cache_through_filetrigger_%1:if [ -x %%{_update_icon_cache_bin} -a -r %%{_iconsdir}/%%{1}/index.theme ]; then \ +%clean_icon_cache() %{expand: %%{!?icon_cache_through_filetrigger_%1:if [ -x %%{_update_icon_cache_bin} -a -r %%{_iconsdir}/%%{1}/index.theme ]; then \ %%{_update_icon_cache_bin} --force --quiet %%{_iconsdir}/%%{1} || true ; fi \ %%{nil}}} diff --git a/configure.ac b/configure.ac index 656843d..69d6b9d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.83, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.84, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR |