diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-17 12:55:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-17 12:55:24 +0300 |
commit | e1cc2511d04693165deec22fb448bac9838f57c2 (patch) | |
tree | 4a04b3816b78d5c79c0754e46ea6d73c61e99e43 /core/musl | |
parent | 32dc7a9e03a70ed8a6405f756a8678211f2acf1d (diff) | |
download | repository-e1cc2511d04693165deec22fb448bac9838f57c2.tar.gz |
meta: sync core with KISS
Diffstat (limited to 'core/musl')
-rwxr-xr-x | core/musl/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/musl/build b/core/musl/build index b2c7144f..f2150a2f 100755 --- a/core/musl/build +++ b/core/musl/build @@ -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" |