diff options
author | robert <gentoo.bugzilla.2012@r123.de> | 2017-12-05 23:57:30 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-12-06 22:48:01 +1100 |
commit | b464bff71a0ccb78b0f351b40956cac7122dc87e (patch) | |
tree | 124093b476649c2c72d3f45a4a9c1208d653a1fa /mail-client | |
parent | net-misc/ptpd: remove broken package 2.3.1 (diff) | |
download | gentoo-b464bff71a0ccb78b0f351b40956cac7122dc87e.tar.gz gentoo-b464bff71a0ccb78b0f351b40956cac7122dc87e.tar.bz2 gentoo-b464bff71a0ccb78b0f351b40956cac7122dc87e.zip |
mail-client/alpine: fix installing with use=onlyalpine
Closes: https://bugs.gentoo.org/639932
Closes: https://github.com/gentoo/gentoo/pull/6463
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/alpine/alpine-2.21.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/alpine/alpine-2.21.1.ebuild b/mail-client/alpine/alpine-2.21.1.ebuild index 3c3ac27426b4..e9150d277470 100644 --- a/mail-client/alpine/alpine-2.21.1.ebuild +++ b/mail-client/alpine/alpine-2.21.1.ebuild @@ -63,13 +63,13 @@ src_configure() { } src_compile() { - emake -j1 AR=$(tc-getAR) + emake AR=$(tc-getAR) } src_install() { if use onlyalpine ; then dobin alpine/alpine - doman doc/alpine.1 + doman doc/man1/alpine.1 else emake DESTDIR="${D}" install doman doc/man1/*.1 |