Fix musl-1.2.3 when umask on host system is not 022

This commit is contained in:
fosslinux 2023-01-02 16:43:03 +11:00
parent fcaa778e93
commit a89c76cc73
3 changed files with 2 additions and 2 deletions

View file

@ -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"
}