From: Thierry Parmentelat Date: Mon, 10 Jun 2013 13:09:53 +0000 (+0200) Subject: oops - typo, *ln* and not *ls*a X-Git-Tag: rvm-ruby-1.20.10-5~1 X-Git-Url: http://git.onelab.eu/?p=rvm-ruby.git;a=commitdiff_plain;h=1c4bd1c5196b88630603b358ddb516dc299167c9 oops - typo, *ln* and not *ls*a --- 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