mail-client/alpine: fix installing with use=onlyalpine
authorrobert <gentoo.bugzilla.2012@r123.de>
Tue, 5 Dec 2017 22:57:30 +0000 (23:57 +0100)
committerMichael Palimaka <kensington@gentoo.org>
Wed, 6 Dec 2017 11:48:01 +0000 (22:48 +1100)
Closes: https://bugs.gentoo.org/639932
Closes: https://github.com/gentoo/gentoo/pull/6463

mail-client/alpine/alpine-2.21.1.ebuild

index 3c3ac27426b49bd7d1595d8c7c911eda472f1c87..e9150d277470e8fc0e21eef6af1e08c2fd2c70b2 100644 (file)
@@ -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