--- loncom/build/make_rpm.pl 2000/12/12 16:55:16 1.5 +++ loncom/build/make_rpm.pl 2000/12/21 19:26:01 1.6 @@ -216,7 +216,7 @@ sub find_info { return ("directories",split(/\t/,$line)); } elsif (($line=`find $file -type l -prune`)=~/^$file\n/) { - $line=`find $file -type l -prune -printf "\%h/\%l\t\%m\t\%u\t\%g"`; + $line=`find $file -type l -prune -printf "\%l\t\%m\t\%u\t\%g"`; return ("links",split(/\t/,$line)); }