makepkg: Fix integrity check when files are missing.
commit52d184dae82dbcfe265683dac04ff1c7b0e5be74
authorLoui Chang <louipc.ist@gmail.com>
Tue, 7 Apr 2009 04:15:45 +0000 (7 00:15 -0400)
committerDan McGee <dan@archlinux.org>
Sat, 11 Apr 2009 17:52:11 +0000 (11 12:52 -0500)
tree2feaa5e6320c6c0d1d41e17977eb81ed9de311a8
parent63fc93607b3fb9950f927d0533742f0e1fc37dd0
makepkg: Fix integrity check when files are missing.

The index in the for loop wasn't being incremented, so
if the first file wasn't found, the second file would be compared to the
first checksum, rather than the second.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
scripts/makepkg.sh.in