diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-08 14:49:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-08 14:49:00 +0000 |
commit | f12ff8cee1837948cdb960fe299ad1c9e5052d1a (patch) | |
tree | 09db0da760323b652ee4c3b188bfad17e8eb2b77 | |
parent | cbd3adf0f647428b7d62d15ca90efe122f3d002d (diff) | |
download | abuild-f12ff8cee1837948cdb960fe299ad1c9e5052d1a.tar.gz abuild-f12ff8cee1837948cdb960fe299ad1c9e5052d1a.tar.bz2 abuild-f12ff8cee1837948cdb960fe299ad1c9e5052d1a.tar.xz abuild-f12ff8cee1837948cdb960fe299ad1c9e5052d1a.zip |
abuild: unpack does md5check. we dont need do it twice
-rwxr-xr-x | abuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |