index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2011-06-28 22:47:35 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-30 10:28:18 -0500 |
commit | e92905a2c8c14c7855e2841f44d3c139aa40844c (patch) | |
tree | 25592e3224f949c3ee79fc9fe972c4ffc9bb2594 | |
parent | 9aab1440cacf143b62f05ccfac0e7917ef9d4c45 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index ed5cdef7..edfa9e31 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -518,7 +518,7 @@ download_sources() { local file=$(get_filepath "$netfile" || true) if [[ -n "$file" ]]; then msg2 "$(gettext "Found %s")" "${file##*/}" - rm -f "$srcdir/$file" + rm -f "$srcdir/${file##*/}" ln -s "$file" "$srcdir/" continue fi |