Merge pull request #513 from kszaq/amlogic-updatezip

scripts/image: don't copy *-update.zip to target directory
This commit is contained in:
Christian Hewitt 2016-07-04 23:51:19 +04:00 committed by GitHub
commit 822942e1ea

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