rm -r the lists

This commit is contained in:
Michael Hudson-Doyle 2018-06-06 07:36:49 +12:00
parent ccef323973
commit 7c7c2c5b30

View File

@ -259,7 +259,7 @@ EOF
if [ "${PROJECT}:${SUBPROJECT:-}" = "ubuntu-base:minimized" ]; then
# Save even more size by removing apt lists (that are currently removed
# downstream anyway)
rm -f chroot/var/lib/apt/lists/*
rm -rf chroot/var/lib/apt/lists/*
fi
if [ -f config/oem-config-preinstalled ]; then