abuild: fix warning about md5check

This commit is contained in:
Natanael Copa 2013-02-13 07:31:00 +00:00
parent 49a048669c
commit 692a31793c
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ initdcheck() {
default_unpack() {
local u
if [ -z "$force" ]; then
md5check || return 1
verify || return 1
initdcheck || return 1
fi
mkdir -p "$srcdir"