mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Merge branch 'samuela-master-patch-29902' into 'master'
`cp -r` is deprecated on BSD/macOS. Use `cp -R` instead. See merge request redox-os/cookbook!230
This commit is contained in:
commit
b42556aae2
@ -40,6 +40,6 @@ function recipe_clean {
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
mkdir -p "$1/ssl"
|
||||
cp -rL build/etc/ssl/certs "$1/ssl"
|
||||
cp -RL build/etc/ssl/certs "$1/ssl"
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user