mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +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
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -30,5 +30,5 @@ src_install() {
|
|||
|
||||
# Add library search path configurtion
|
||||
mkdir -p "${DESTDIR}/etc"
|
||||
cp ../../ld-musl-i386.path "${DESTDIR}/etc"
|
||||
cp ld-musl-i386.path "${DESTDIR}/etc"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue