From 1c4bd1c5196b88630603b358ddb516dc299167c9 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 10 Jun 2013 15:09:53 +0200 Subject: [PATCH] oops - typo, *ln* and not *ls*a --- rpm/rvm-ruby.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/rvm-ruby.spec b/rpm/rvm-ruby.spec index 6a40fba..68da480 100644 --- a/rpm/rvm-ruby.spec +++ b/rpm/rvm-ruby.spec @@ -166,7 +166,7 @@ for f in $(find $br -type l); do # call readlink with -f so all symlinmks are solved # and so we can reliably substitute $brc that is also canonicalized destc=$(readlink -f $f | sed -e "s,^$brc,,") - ls -sfn $destc $f + ln -sfn $destc $f fi done -- 2.43.0