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-08-10 08:08:13 -0500 |
commit | c493eef643ecb3a54c79083c51a8975f816ed9de (patch) | |
tree | 7a3130d417d29004df67a2eaa87114ec92258102 /scripts | |
parent | 05608ee57e89c1f55a573377f90c8025afd7c618 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 3ace9450..b0b08823 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -509,7 +509,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 |