diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2006-05-24 13:56:41 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2006-05-24 13:56:41 +0000 |
commit | 5d2f3b841928d899fd463c5ddd27b23057c13273 (patch) | |
tree | 4657abd7442e9bac1592c61ef0fc4a83b4aff0ed /spec-helper.macros.in | |
parent | 62f984c0e5566beb722199ee3ac0fafa14befb3f (diff) | |
download | spec-helper-5d2f3b841928d899fd463c5ddd27b23057c13273.tar spec-helper-5d2f3b841928d899fd463c5ddd27b23057c13273.tar.gz spec-helper-5d2f3b841928d899fd463c5ddd27b23057c13273.tar.bz2 spec-helper-5d2f3b841928d899fd463c5ddd27b23057c13273.tar.xz spec-helper-5d2f3b841928d899fd463c5ddd27b23057c13273.zip |
- add missing call in macros files (Thx spturtle)
Diffstat (limited to 'spec-helper.macros.in')
-rw-r--r-- | spec-helper.macros.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec-helper.macros.in b/spec-helper.macros.in index c249a19..5254a39 100644 --- a/spec-helper.macros.in +++ b/spec-helper.macros.in @@ -12,5 +12,7 @@ %{?!dont_gprintify: [ -n "$DONT_GPRINTIFY" ] || %_spec_helper_dir/gprintify} \ %{?!dont_fix_mo: [ -n "$DONT_FIX_MO" ] || %_spec_helper_dir/fix-mo} \ %{?!dont_translate_menu: [ -n "$DONT_TRANSLATE_MENU"] || %_spec_helper_dir/translate_menu.pl} \ + %{?!dont_fix_pamd: [ -n "$DONT_FIX_PAMD_CONFIGS"] || %_spec_helper_dir/fixpamd} \ + %{?!dont_remove_info_dir: [ -n "$DONT_REMOVE_INFO_DIR" ] || %_spec_helper_dir/remove_info_dir} \ %nil |