diff options
| -rw-r--r-- | scripts/makepkg.sh.in | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 6c898497..da620a45 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -314,7 +314,6 @@ download_local() {  		msg2 "$(gettext "Found %s")" "${filepath##*/}"  		rm -f "$srcdir/${filepath##*/}"  		ln -s "$filepath" "$srcdir/" -		continue  	else  		local filename=$(get_filename "$netfile")  		error "$(gettext "%s was not found in the build directory and is not a URL.")" "$filename" | 
