summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/abuild.in b/abuild.in
index d2cf0d8..74340b0 100644
--- a/abuild.in
+++ b/abuild.in
@@ -472,9 +472,8 @@ unpack() {
# cleanup source and package dir
clean() {
- msg "Cleaning temporary build dirs..."
- rm -rf "$srcdir"
- rm -rf "$pkgbasedir"
+ cleanup srcdir
+ cleanup pkgdir
}
# cleanup fetched sources