We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4b74f commit bae6d61Copy full SHA for bae6d61
crates/acap-build/src/lib.rs
@@ -46,7 +46,7 @@ fn copy<P: AsRef<Path>, Q: AsRef<Path>>(
46
cp.arg("--preserve=mode");
47
}
48
49
- cp.arg("-d").arg("--update=none").arg(src.as_os_str()).arg(dst.as_os_str());
+ cp.arg("-dn").arg(src.as_os_str()).arg(dst.as_os_str());
50
51
if !cp.status()?.success() {
52
bail!("Failed to copy symlink: {}", src.display());
0 commit comments