diff options
Diffstat (limited to 'abuild.conf')
-rw-r--r-- | abuild.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abuild.conf b/abuild.conf index a0d9f0b..3b6636e 100644 --- a/abuild.conf +++ b/abuild.conf @@ -22,7 +22,7 @@ REPODEST=$HOME/packages/ #MAINTAINER="$PACKAGER" # what to clean up after a successful build -CLEANUP="srcdir pkgdir deps" +CLEANUP="srcdir bldroot pkgdir deps" # what to cleanup after a failed build -ERROR_CLEANUP="deps" +ERROR_CLEANUP="bldroot deps" |