commit:     c07facf65bb508e22c2c9854c811cf3ec9139b2c
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 04:05:42 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 04:08:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07facf6

app-editors/kakoune: fix docdir for the live ebuild

Package-Manager: portage-2.2.28

 app-editors/kakoune/kakoune-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/kakoune/kakoune-9999.ebuild 
b/app-editors/kakoune/kakoune-9999.ebuild
index 96ba498..aec9313 100644
--- a/app-editors/kakoune/kakoune-9999.ebuild
+++ b/app-editors/kakoune/kakoune-9999.ebuild
@@ -36,5 +36,5 @@ src_configure() {
 }
 
 src_install() {
-       emake DESTDIR="${D}" PREFIX="/usr" install
+       emake DESTDIR="${D}" PREFIX="/usr" docdir="${D}/usr/share/doc/${PF}" 
install
 }

Reply via email to