diff --git a/images/lib.sh b/images/lib.sh index f34be6e..854be1e 100644 --- a/images/lib.sh +++ b/images/lib.sh @@ -56,7 +56,6 @@ patch_target() { clean_target() { clean_paths=$1 - do_in_target apt-get clean for path in $clean_paths; do if [ -e "$TARGET/$path" ]; then sudo rm -rf "$TARGET/$path"