diff --git a/build.sh b/build.sh index b68f4c3e0f..3f928daac8 100755 --- a/build.sh +++ b/build.sh @@ -88,6 +88,9 @@ elif [ "$target" == "clean-target" ]; then echo "removing staging directory" rm -rf $outputdir/staging/* + + echo "removing images directory" + rm -rf $outputdir/images/* fi if [ -d $outputdir/build ]; then