diff options
author | Sam James <sam@gentoo.org> | 2021-11-18 00:01:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-18 00:01:58 +0000 |
commit | 49f4daae534d359eb473556c4c6a6745bb37974e (patch) | |
tree | ac784104b08417901ca6b622a412ff629b096a49 /sys-libs/musl | |
parent | sci-mathematics/flint: new upstream version 2.8.4. (diff) | |
download | gentoo-49f4daae534d359eb473556c4c6a6745bb37974e.tar.gz gentoo-49f4daae534d359eb473556c4c6a6745bb37974e.tar.bz2 gentoo-49f4daae534d359eb473556c4c6a6745bb37974e.zip |
sys-libs/musl: fix symlink path again
Bug: https://bugs.gentoo.org/732482
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/musl')
-rw-r--r-- | sys-libs/musl/musl-1.2.2-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/musl/musl-1.2.2-r4.ebuild b/sys-libs/musl/musl-1.2.2-r4.ebuild index 3fed1286ae1e..868577f61ad2 100644 --- a/sys-libs/musl/musl-1.2.2-r4.ebuild +++ b/sys-libs/musl/musl-1.2.2-r4.ebuild @@ -138,7 +138,7 @@ src_install() { # During cross, there's no guarantee that the host is using musl # so that file may not exist. Use a relative symlink within ${D} # instead. - dosym8 -r /usr/lib/libc.so.1 /lib/ld-musl-${arch}.so.1 + dosym8 -r /usr/lib/libc.so /lib/ld-musl-${arch}.so.1 # If it's still a dead symlnk, OK, we really do need to abort. [[ -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] || die |