aboutsummaryrefslogtreecommitdiffstats
path: root/spec-helper.macros.in
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-06-07 13:06:03 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-06-07 13:06:03 +0000
commit0a74190d1ee254f9d40cd875e65263305fd1c739 (patch)
treef5a144e51f53ea2b756646deaa420fff93bd9ab3 /spec-helper.macros.in
parent1a3752d130dd9f7dd766ea57efbad65ce949ed75 (diff)
downloadspec-helper-0a74190d1ee254f9d40cd875e65263305fd1c739.tar
spec-helper-0a74190d1ee254f9d40cd875e65263305fd1c739.tar.gz
spec-helper-0a74190d1ee254f9d40cd875e65263305fd1c739.tar.bz2
spec-helper-0a74190d1ee254f9d40cd875e65263305fd1c739.tar.xz
spec-helper-0a74190d1ee254f9d40cd875e65263305fd1c739.zip
Replace relative_me_babe by relink_symlinks, by Guillaume Rousse (bug #22983)
Diffstat (limited to 'spec-helper.macros.in')
-rw-r--r--spec-helper.macros.in2
1 files changed, 1 insertions, 1 deletions
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} \