Skip to content
Snippets Groups Projects
Commit f12ff8ce authored by Natanael Copa's avatar Natanael Copa
Browse files

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

parent cbd3adf0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment