mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 12:55:23 +01:00
Fix musl-1.2.3 when umask on host system is not 022
This commit is contained in:
parent
fcaa778e93
commit
a89c76cc73
3 changed files with 2 additions and 2 deletions
|
|
@ -309,7 +309,7 @@ default_src_prepare() {
|
|||
fi
|
||||
|
||||
if test -d "${files_dir}"; then
|
||||
cp "${files_dir}"/* "${PWD}/"
|
||||
cp --no-preserve=mode "${files_dir}"/* "${PWD}/"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue