Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/onlineupdate/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 329 B image not shown  

Quelle  cygpath.patch   Sprache: unbekannt

 
--- tools/update-packaging/make_incremental_update.sh
+++ tools/update-packaging/make_incremental_update.sh
@@ -110,7 +110,7 @@
   # Remove the /
   newdir=$(echo "$newdir" | sed -e 's:\/$::')
 fi
-workdir="$(mktemp -d)"
+workdir=$(cygpath -m "$(mktemp -d)")
 updatemanifestv3="$workdir/updatev3.manifest"
 
 mkdir -p "$workdir"

[ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ]