abuild: unpack does md5check. we dont need do it twice

This commit is contained in:
Natanael Copa 2009-01-08 14:49:00 +00:00
parent cbd3adf0f6
commit f12ff8cee1
1 changed files with 1 additions and 1 deletions

2
abuild
View File

@ -38,7 +38,7 @@ SRCDEST=${SRCDEST:-$startdir}
PKGDEST=${PKGDEST:-$startdir}
BUILD_BASE="binutils gcc make patch uclibc-dev"
default_cmds="sanitycheck builddeps clean fetch md5check unpack rootpkg"
default_cmds="sanitycheck builddeps clean fetch unpack rootpkg"
set_xterm_title() {
if [ "$TERM" = xterm ]; then