musl: update for new env

This commit is contained in:
Dylan Araps 2021-07-15 12:20:53 +03:00
parent 53fea662ad
commit c999029904
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -10,7 +10,7 @@
# --enable-debug
make
make DESTDIR="$1" install
make install
mkdir -p "$1/usr/bin"
ln -s /usr/lib/ld-musl-x86_64.so.1 "$1/usr/bin/ldd"