From 0a74190d1ee254f9d40cd875e65263305fd1c739 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 7 Jun 2006 13:06:03 +0000 Subject: Replace relative_me_babe by relink_symlinks, by Guillaume Rousse (bug #22983) --- 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 f5074ba..e8c9a98 100644 --- a/spec-helper.macros.in +++ b/spec-helper.macros.in @@ -6,7 +6,7 @@ %{?!dont_clean_files: [ -n "$DONT_CLEANUP" ] || %_spec_helper_dir/clean_files} \ %{?!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/relative_me_babe} \ + %{?!dont_relink: [ -n "$DONT_RELINK" ] || %_spec_helper_dir/relink_symlinks} \ %{?!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} \ -- cgit v1.2.1