From 1a3752d130dd9f7dd766ea57efbad65ce949ed75 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Wed, 24 May 2006 14:04:56 +0000 Subject: - fix space --- spec-helper.macros.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec-helper.macros.in') diff --git a/spec-helper.macros.in b/spec-helper.macros.in index 5254a39..f5074ba 100644 --- a/spec-helper.macros.in +++ b/spec-helper.macros.in @@ -11,8 +11,8 @@ %{?!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_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_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 -- cgit v1.2.1