commit: cce0208989667fe99359948a02b5b8ca97f7b850
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 15:57:05 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 18:16:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce02089
sys-fs/autorun: add default call to src_install for docs
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-fs/autorun/autorun-3.17.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-fs/autorun/autorun-3.17.ebuild
b/sys-fs/autorun/autorun-3.17.ebuild
index 3fba603c6a6..b6ddc14c47d 100644
--- a/sys-fs/autorun/autorun-3.17.ebuild
+++ b/sys-fs/autorun/autorun-3.17.ebuild
@@ -28,4 +28,5 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die
+ default
}