scripts/image: remove imx6 hack for zip extraction

removed workaround which was necessary due the broken zip extrtaction
This commit is contained in:
CvH 2015-12-30 16:55:01 +01:00 committed by Stephan Raue
parent c0d69dee7f
commit 0c7eb04b99

View File

@ -271,7 +271,7 @@ fi
$SCRIPTS/unpack imx6-mfgtool2-tbs-matrix
mkdir -p $RELEASE_DIR/MfgTool2-TBS-Matrix
cp -PR $BUILD/imx6-mfgtool2-tbs-matrix-*/imx6-mfgtool2-tbs-matrix-*/* $RELEASE_DIR/MfgTool2-TBS-Matrix
cp -PR $BUILD/imx6-mfgtool2-tbs-matrix-*/* $RELEASE_DIR/MfgTool2-TBS-Matrix
fi
cp $ROOT/README* $RELEASE_DIR