conda-channel: symlink packages instead of copying them

pull/30/head
Sebastien Bourdeauducq 2019-10-07 13:14:40 +08:00
parent bc66970d62
commit 52792c38e1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ in
type=`echo $line | cut -f2 -d " "`
if [ $type == "conda" ]; then
path=`echo $line | cut -f3 -d " "`
cp $path $out/noarch
ln -s $path $out/noarch
fi
done < $hydra_build_products
fi