summaryrefslogtreecommitdiffstats
path: root/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-08 14:49:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-08 14:49:00 +0000
commitf12ff8cee1837948cdb960fe299ad1c9e5052d1a (patch)
tree09db0da760323b652ee4c3b188bfad17e8eb2b77 /abuild
parentcbd3adf0f647428b7d62d15ca90efe122f3d002d (diff)
downloadabuild-f12ff8cee1837948cdb960fe299ad1c9e5052d1a.tar.bz2
abuild-f12ff8cee1837948cdb960fe299ad1c9e5052d1a.tar.xz
abuild: unpack does md5check. we dont need do it twice
Diffstat (limited to 'abuild')
-rwxr-xr-xabuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild b/abuild
index 579f222..0fb2d13 100755
--- a/abuild
+++ b/abuild
@@ -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