musl: clean up

This commit is contained in:
Dylan Araps 2020-02-14 18:15:52 +02:00
parent 303e325c33
commit 0cfbb664dc
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ make
make DESTDIR="$1" install
mkdir -p "$1/usr/bin"
ln -s "/usr/lib/ld-musl-x86_64.so.1" "$1/usr/bin/ldd"
ln -s /usr/lib/ld-musl-x86_64.so.1 "$1/usr/bin/ldd"
# Install BSD compatibility headers.
install -Dm 755 cdefs.h "$1/usr/include/sys/cdefs.h"