|
|
@ -52,7 +52,7 @@ mfm::dup(const Opts::Dup &opts_) |
|
|
fmt::println("copy {} to {} : {}", |
|
|
fmt::println("copy {} to {} : {}", |
|
|
srcpath.string(), |
|
|
srcpath.string(), |
|
|
dstpath.string(), |
|
|
dstpath.string(), |
|
|
relpath.filename().string()); |
|
|
|
|
|
|
|
|
relpath.parent_path().string()); |
|
|
fs::clonepath(srcpath, |
|
|
fs::clonepath(srcpath, |
|
|
dstpath, |
|
|
dstpath, |
|
|
relpath.parent_path().string()); |
|
|
relpath.parent_path().string()); |
|
|
|