From 6f15f79486efbc0b87849b37b390da9077bfb808 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sat, 20 May 2006 14:02:39 +0000 Subject: - fix typo in script name --- spec-helper.macros.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec-helper.macros.in b/spec-helper.macros.in index ecac331..c249a19 100644 --- a/spec-helper.macros.in +++ b/spec-helper.macros.in @@ -10,7 +10,7 @@ %{?!dont_lceanup_perl: [ -n "$DONT_CLEAN_PERL" ] || %_spec_helper_dir/clean_perl} \ %{?!dont_symlinks_libs: [ -n "$DONT_SYMLINK_LIBS" ] || %_spec_helper_dir/lib_symlinks} \ %{?!dont_gprintify: [ -n "$DONT_GPRINTIFY" ] || %_spec_helper_dir/gprintify} \ - %{?!dont_fix_mo: [ -n "$DONT_FIX_MO" ] || %_spec_helper_dir/fix_mo} \ + %{?!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} \ %nil -- cgit v1.2.1