-
- Downloads
pmb/data/merge-usr: fix cannot overwrite error (MR 2388)
Don't just run one "mv" command to move everything from source to target. This fails if the same directory already exists in target. Instead, go into each directory in source, and move all files inside that directory into the target directory structure. Fix the following error: mv: cannot overwrite '/home/user/.local/var/pmbootstrap/chroot_native/usr/lib/sysctl.d': Directory not empty
Please register or sign in to comment