|
|
@ -59,6 +59,9 @@ mfm::dup(const Opts::Dup &opts_) |
|
|
relpath.parent_path().string(), |
|
|
relpath.parent_path().string(), |
|
|
relpath.filename().string()); |
|
|
relpath.filename().string()); |
|
|
|
|
|
|
|
|
|
|
|
auto srcfullpath = srcpath / relpath.relative_path(); |
|
|
|
|
|
auto dstfullpath = srcpath / relpath.relative_path(); |
|
|
|
|
|
|
|
|
fs::clonepath(srcpath, |
|
|
fs::clonepath(srcpath, |
|
|
dstpath, |
|
|
dstpath, |
|
|
relpath.parent_path()); |
|
|
relpath.parent_path()); |
|
|
|