Commit f2d4d111 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Normalise paths in collect-binaries that are passed to copy_dirs

parent fe6a1208
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -110,6 +110,7 @@ copy_file() {
}

copy_dirs() {
	set -- "$(realpath --strip "$1")"
	[[ $1 -ef / ]] && mkdir -p "$STAGE" && return
	[[ -e $STAGE/$1 ]] && return
	if [[ -h $1 ]]; then