summaryrefslogtreecommitdiff
path: root/bin/update/make_incremental_update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update/make_incremental_update.sh')
-rwxr-xr-xbin/update/make_incremental_update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/update/make_incremental_update.sh b/bin/update/make_incremental_update.sh
index 661951af0498..e76f2159fe2a 100755
--- a/bin/update/make_incremental_update.sh
+++ b/bin/update/make_incremental_update.sh
@@ -102,10 +102,10 @@ fi
workdir="$newdir.work"
updatemanifestv2="$workdir/updatev2.manifest"
updatemanifestv3="$workdir/updatev3.manifest"
-echo "updatev2.manifest" >> $workdir/files.txt
-echo "updatev3.manifest" >> $workdir/files.txt
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 "$olddir"