diff options
Diffstat (limited to 'bin/update')
-rwxr-xr-x | bin/update/make_full_update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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" |