diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-09-30 09:20:13 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-09-30 09:20:13 +0100 |
commit | dda4a925b2a6f8361ae19403afc15966d33fda55 (patch) | |
tree | 4d3efb3446a572a15577e48eb7da39e45e72e695 /sys-devel/mold | |
parent | sys-devel/mold: add 1.5.1 (diff) | |
download | gentoo-dda4a925b2a6f8361ae19403afc15966d33fda55.tar.gz gentoo-dda4a925b2a6f8361ae19403afc15966d33fda55.tar.bz2 gentoo-dda4a925b2a6f8361ae19403afc15966d33fda55.zip |
sys-devel/mold: update live ebuild
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'sys-devel/mold')
-rw-r--r-- | sys-devel/mold/mold-9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index 1a83cf4d004e..34d7e10e3bf1 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -23,6 +23,7 @@ SLOT="0" IUSE="system-tbb" RDEPEND=" + app-arch/zstd:= sys-libs/zlib system-tbb? ( >=dev-cpp/tbb-2021.4.0:= ) !kernel_Darwin? ( @@ -81,7 +82,10 @@ src_configure() { src_install() { dobin "${BUILD_DIR}"/${PN} - dolib.so "${BUILD_DIR}"/${PN}-wrapper.so + + # https://bugs.gentoo.org/872773 + insinto /usr/$(get_libdir)/mold + doins "${BUILD_DIR}"/${PN}-wrapper.so dodoc docs/{design,execstack}.md doman docs/${PN}.1 |