abuild: fix md5check

we need use "$srcdir"
This commit is contained in:
Natanael Copa 2011-03-29 13:06:03 +00:00
parent d68c2e2912
commit 3af17782ad
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ md5check() {
fi
fetch || return 1
msg "Checking md5sums..."
cd "$srcdir" || return 1
IFS=$'\n'
endreturnval=0
originalparams=$@