From 48a1d71928cc1e18663d32e20e9cb7f3c6ebd930 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Wed, 29 Nov 2006 23:04:54 +0000 Subject: - fix typo (thanks Stew) --- spec-helper.macros.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec-helper.macros.in') diff --git a/spec-helper.macros.in b/spec-helper.macros.in index e8c9a98..16a20a9 100644 --- a/spec-helper.macros.in +++ b/spec-helper.macros.in @@ -7,7 +7,7 @@ %{?!dont_compress: [ -n "$DONT_COMPRESS" ] || %_spec_helper_dir/compress_files} \ %{?!dont_strip: [ -n "$DONT_STRIP" ] || %_spec_helper_dir/strip_files} \ %{?!dont_relink: [ -n "$DONT_RELINK" ] || %_spec_helper_dir/relink_symlinks} \ - %{?!dont_lceanup_perl: [ -n "$DONT_CLEAN_PERL" ] || %_spec_helper_dir/clean_perl} \ + %{?!dont_cleanup_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} \ -- cgit v1.2.1