diff options
author | Ben Kohler <bkohler@gentoo.org> | 2023-04-23 09:26:14 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2023-04-23 09:26:38 -0500 |
commit | 4aa16673c242c95de13c1d5f5831fc5dc6a57a14 (patch) | |
tree | 58294471c135ee57f3a2fb7a08ac1e9003685dc7 /net-irc/ircii | |
parent | www-client/firefox: bug fixes for 112.0.1 (diff) | |
download | gentoo-4aa16673c242c95de13c1d5f5831fc5dc6a57a14.tar.gz gentoo-4aa16673c242c95de13c1d5f5831fc5dc6a57a14.tar.bz2 gentoo-4aa16673c242c95de13c1d5f5831fc5dc6a57a14.zip |
net-irc/ircii: restore parallel install workaround
Closes: https://bugs.gentoo.org/904881
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-irc/ircii')
-rw-r--r-- | net-irc/ircii/ircii-20221016.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-irc/ircii/ircii-20221016.ebuild b/net-irc/ircii/ircii-20221016.ebuild index 1616f0f974f2..8a4f77fc935a 100644 --- a/net-irc/ircii/ircii-20221016.ebuild +++ b/net-irc/ircii/ircii-20221016.ebuild @@ -31,3 +31,10 @@ src_configure() { tc-export CC econf $(use_with lto) } + +src_install() { + # Still needed as of 20221016, otherwise man dirs don't exist + # at the right time. + emake -j1 DESTDIR="${D}" install + einstalldocs +} |