conda-channel: symlink packages instead of copying them
This commit is contained in:
parent
bc66970d62
commit
52792c38e1
@ -14,7 +14,7 @@ in
|
|||||||
type=`echo $line | cut -f2 -d " "`
|
type=`echo $line | cut -f2 -d " "`
|
||||||
if [ $type == "conda" ]; then
|
if [ $type == "conda" ]; then
|
||||||
path=`echo $line | cut -f3 -d " "`
|
path=`echo $line | cut -f3 -d " "`
|
||||||
cp $path $out/noarch
|
ln -s $path $out/noarch
|
||||||
fi
|
fi
|
||||||
done < $hydra_build_products
|
done < $hydra_build_products
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user