diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-06-15 16:25:16 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-06-15 16:25:16 +0000 |
commit | e6d7212898f42880b02ad99a98f570226fb06d20 (patch) | |
tree | 24209c398a10fa95dd51c97f9c3a39dba81984a2 /spec-helper.macros.in | |
parent | d0e98725980532693aae79c7ca0792b1253a36ae (diff) | |
download | spec-helper-e6d7212898f42880b02ad99a98f570226fb06d20.tar spec-helper-e6d7212898f42880b02ad99a98f570226fb06d20.tar.gz spec-helper-e6d7212898f42880b02ad99a98f570226fb06d20.tar.bz2 spec-helper-e6d7212898f42880b02ad99a98f570226fb06d20.tar.xz spec-helper-e6d7212898f42880b02ad99a98f570226fb06d20.zip |
add fix-eol scriptlet
Diffstat (limited to 'spec-helper.macros.in')
-rw-r--r-- | spec-helper.macros.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec-helper.macros.in b/spec-helper.macros.in index 1cd529f..224718f 100644 --- a/spec-helper.macros.in +++ b/spec-helper.macros.in @@ -14,5 +14,6 @@ %{?!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} \ + %{?!dont_fix_eol: [ -n "$DONT_FIX_EOL" ] || %_spec_helper_dir/fix-eol} \ %nil |