index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel Wallace <danielwallace@gtmanfred.com> | 2013-03-31 17:49:16 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-04-01 15:53:12 +1000 |
commit | 8d3ee29809d696bf75b5dd08f73663c0627632ba (patch) | |
tree | 4d0a1a2da4e2a9cc40107348fea35a13ecc4a017 /scripts/makepkg.sh.in | |
parent | afc77a808db7927866afab4951b80a8e09846d8a (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 1 |
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" |