diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-10-24 09:50:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-10-24 09:50:16 +0000 |
commit | ee609dab73e5f7aec38213b57b2fcce645d20286 (patch) | |
tree | 547740fffd68a56dcf8a7347a3b2138448f3b3c4 /abuild | |
parent | edf5c5fb029b184410738ea76bfeabd0e1ec4934 (diff) | |
download | abuild-ee609dab73e5f7aec38213b57b2fcce645d20286.tar.gz abuild-ee609dab73e5f7aec38213b57b2fcce645d20286.tar.bz2 abuild-ee609dab73e5f7aec38213b57b2fcce645d20286.tar.xz abuild-ee609dab73e5f7aec38213b57b2fcce645d20286.zip |
clean before fetch
Diffstat (limited to 'abuild')
-rwxr-xr-x | abuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ pkgrel=0 SRCDEST=${SRCDEST:-$startdir} PKGDEST=${PKGDEST:-$startdir} -default_cmds="checkdeps fetch clean unpack rootpkg" +default_cmds="checkdeps clean fetch unpack rootpkg" all_cmds="checksum fetch unpack rootpkg build package cleancache clean srcpkg" # functions |