Correct cleanup script

This commit is contained in:
2016-04-09 16:23:11 +01:00
parent 801d108d0e
commit afa82ec039

View File

@@ -5,7 +5,8 @@ set -x
## Remove temporary packages for minimal builds
if [ $MODE == "minimal" ]; then
apt_remove "$(cat /build/temporary)"
cat /build/temporary
apt_remove $(cat /build/temporary)
fi
## Clean apt files