Commit 00dda31f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack common.sh: install_file(): overwrite target links

parent 62cc7703
......@@ -173,6 +173,7 @@ install_file()
local dest="$2"
mkdir -p "$BUILDROOT/$(dirname "$dest")" || return
[ -L "$BUILDROOT$dest" ] && rm -v "$BUILDROOT$dest"
if is_url "$src" ; then
epm tool eget -O "$BUILDROOT$dest" "$src" || fatal "Can't download $src to install to $dest"
......
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