summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-26 11:59:25 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-26 14:16:34 -0400
commit79aaa3452dcc6abb901471ac498cc9f2a21f66a5 (patch)
treefd70d794b60fce58684651d9fcd0057900bb06d9 /x11-misc/imwheel
parentnet-dns/odsclient: add default call to src_install for docs (diff)
downloadgentoo-79aaa3452dcc6abb901471ac498cc9f2a21f66a5.tar.gz
gentoo-79aaa3452dcc6abb901471ac498cc9f2a21f66a5.tar.bz2
gentoo-79aaa3452dcc6abb901471ac498cc9f2a21f66a5.zip
x11-misc/imwheel: add default call to src_install for docs
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-misc/imwheel')
-rw-r--r--x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index 87c285d6cef2..a7d4720d7c62 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@ -39,4 +39,5 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
+ default
}