mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
musl: remove usage of install
This commit is contained in:
parent
a75f2717ee
commit
2eb7a4ecca
@ -19,9 +19,8 @@ ln -s /usr/lib/ld-musl-x86_64.so.1 "$1/usr/bin/ldd"
|
|||||||
ln -sf libc.so "$1/usr/lib/ld-musl-x86_64.so.1"
|
ln -sf libc.so "$1/usr/lib/ld-musl-x86_64.so.1"
|
||||||
|
|
||||||
# Install BSD compatibility headers.
|
# Install BSD compatibility headers.
|
||||||
install -Dm 755 cdefs.h "$1/usr/include/sys/cdefs.h"
|
cp -f cdefs.h queue.h tree.h \
|
||||||
install -Dm 755 queue.h "$1/usr/include/sys/queue.h"
|
"$1/usr/include/sys"
|
||||||
install -Dm 755 tree.h "$1/usr/include/sys/tree.h"
|
|
||||||
|
|
||||||
# Install getconf.
|
# Install getconf.
|
||||||
cc getconf.c -o "$1/usr/bin/getconf"
|
cc getconf.c -o "$1/usr/bin/getconf"
|
||||||
|
Loading…
Reference in New Issue
Block a user