scripts/image: don't copy *-update.zip to target directory

This file is not needed as it's included in "full" ZIP already.
This commit is contained in:
kszaq 2016-06-24 05:44:22 +02:00
parent d11c464649
commit ba140c890e

View File

@ -434,8 +434,6 @@ fi
popd > /dev/null
fi
# copy update package to target directory
cp sign/$IMAGE_NAME-update.zip $TARGET_IMG
popd > /dev/null
elif [ "$1" = "noobs" ]; then