commit: 858d21ee4c22bbe59a0032f12f17fbf9da953f52
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 16:00:20 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 18:16:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858d21ee
x11-misc/peksystray: add default call to src_install for docs
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-misc/peksystray/peksystray-0.4.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/x11-misc/peksystray/peksystray-0.4.0.ebuild
b/x11-misc/peksystray/peksystray-0.4.0.ebuild
index 96faffa1dae..282ba940b68 100644
--- a/x11-misc/peksystray/peksystray-0.4.0.ebuild
+++ b/x11-misc/peksystray/peksystray-0.4.0.ebuild
@@ -25,4 +25,5 @@ src_prepare() {
src_install() {
dobin src/peksystray || die
+ default
}