From fb13ed6955cd66017e5348b915af371a184ea633 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 8 Sep 2016 07:54:20 +0200 Subject: add the manifest file to the mar file Change-Id: I3640d11dba5178cdd9bc49a4630f287b1775640e --- bin/update/make_full_update.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/update') diff --git a/bin/update/make_full_update.sh b/bin/update/make_full_update.sh index 138f7472b073..2c0faef200f8 100755 --- a/bin/update/make_full_update.sh +++ b/bin/update/make_full_update.sh @@ -48,6 +48,8 @@ updatemanifestv3="$workdir/updatev3.manifest" targetfiles="updatev2.manifest updatev3.manifest" mkdir -p "$workdir" +echo "updatev2.manifest" >> $workdir/files.txt +echo "updatev3.manifest" >> $workdir/files.txt # Generate a list of all files in the target directory. pushd "$targetdir" -- cgit