[Libreoffice-commits] core.git: bin/update

Markus Mohrhard markus.mohrhard at googlemail.com
Thu Sep 28 16:42:10 UTC 2017


 bin/update/make_incremental_update.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1047b426ed7ab0ee7a1b3ecf01adab18eb040de2
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Thu Sep 28 18:37:56 2017 +0200

    updater: make sure the target dir exists while writing update info
    
    Change-Id: I6cafdb28468d0023a0a1ea8cc2c051e9b84a1c6c

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"


More information about the Libreoffice-commits mailing list