From ee609dab73e5f7aec38213b57b2fcce645d20286 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Fri, 24 Oct 2008 09:50:16 +0000
Subject: [PATCH] clean before fetch

---
 abuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/abuild b/abuild
index 99bc14869ea3..04613ee113fa 100755
--- a/abuild
+++ b/abuild
@@ -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
-- 
GitLab