1
0
Fork 0
libreoffice/external/openssl/system-cannot-find-path-for-move.patch.0
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

11 lines
369 B
Text

--- Configurations/windows-makefile.tmpl 2022-09-09 15:18:35.849924899 +0100
+++ Configurations/windows-makefile.tmpl 2022-09-09 15:20:28.895825331 +0100
@@ -790,7 +790,7 @@
return <<"EOF";
$target: "$gen0" $deps
\$(CPP) $incs $cppflags $defs "$gen0" > \$@.i
- move /Y \$@.i \$@
+ mv -f \$@.i \$@
EOF
} elsif ($gen0 =~ m|^.*\.in$|) {
#