index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2009-04-11 13:09:14 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-04-11 13:30:38 -0500 |
commit | 101c16b3eb8048dffd1c6c4438e84b759d2e2aff (patch) | |
tree | 8070aa5b6bdad6b358a19457eaeae5b4e52508fd /scripts/makepkg.sh.in | |
parent | 52d184dae82dbcfe265683dac04ff1c7b0e5be74 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 9ff70f6e..3070c66e 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -578,7 +578,7 @@ check_checksums() { echo -n " $file ... " >&2 if [ ! -f "$file" ] ; then - if [ ! -f "$file" ] ; then + if [ ! -f "$SRCDEST/$file" ] ; then echo "$(gettext "NOT FOUND")" >&2 errors=1 found=0 |