From: Aaron Bauman Date: Sun, 27 May 2018 13:56:32 +0000 (-0400) Subject: x11-misc/imwheel: nix src_install() X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=60697e7ffbc2abe638ed6c3c22dec9a1d39c9b06;p=gentoo.git x11-misc/imwheel: nix src_install() Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- 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 a7d4720d7c62..ef9c6c2481da 100644 --- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild +++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild @@ -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 -}