x11-misc/imwheel: nix src_install()
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 13:56:32 +0000 (09:56 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 18:23:11 +0000 (14:23 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild

index a7d4720d7c62224792d3fabdc8bde1fbd992da63..ef9c6c2481da64d03cc8e2b56eceda618df27e0e 100644 (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
-}