rm -r the lists

ubuntu/cosmic
Michael Hudson-Doyle 7 years ago
parent ccef323973
commit 7c7c2c5b30

@ -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

Loading…
Cancel
Save