Commit 3a77d123 authored by Matthew Brett's avatar Matthew Brett
Browse files

Symbolic link to allow cross filesystems

Docker crosses filesystems.
parent 0000d291
......@@ -173,7 +173,7 @@ function fetch_unpack {
# Source it from multibuild archives if available.
local our_archive="${MULTIBUILD_DIR}/archives/${archive_fname}"
if [ -f "$our_archive" ]; then
ln $our_archive $out_archive
ln -s $our_archive $out_archive
else
# Otherwise download it.
curl -L $url > $out_archive
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment