x11-misc/imwheel: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Aaron Bauman
2018-05-27 09:56:32 -04:00
parent d2a8ba86d0
commit 60697e7ffb

View File

@@ -36,8 +36,3 @@ src_configure() {
myconf="--disable-gpm --disable-gpm-doc"
econf ${myconf} || die "configure failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
default
}