Commit c67e8aa
Fix copy error on some systems
Using `cp -a` mode to the tmp directory from a container fails for
ubuntu 24.04 and opensuse 16.0 due failure of preserving permissions.
Using `cp -RP` will copy the directory recursivly not following any
symbolic links.1 parent ca6f25d commit c67e8aa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments