From afa82ec039e72f56f9bac0007033a5a4ba2f1118 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Sat, 9 Apr 2016 16:23:11 +0100 Subject: [PATCH] Correct cleanup script --- build/scripts/cleanup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/scripts/cleanup.sh b/build/scripts/cleanup.sh index c6a3c62..42b6d32 100755 --- a/build/scripts/cleanup.sh +++ b/build/scripts/cleanup.sh @@ -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