aboutsummaryrefslogtreecommitdiff
path: root/pbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder')
-rwxr-xr-xpbuilder2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder b/pbuilder
index d884df4..25af124 100755
--- a/pbuilder
+++ b/pbuilder
@@ -47,7 +47,7 @@ case "$1" in
fi
if [ -n "$APTCACHE" ]; then
echo "Cleaning [$APTCACHE]"
- clean_subdirectories "$APTCACHE" || true
+ rm "$APTCACHE"/* || true
fi
;;
--login|login)