From: Aaron Bauman Date: Sun, 27 May 2018 13:53:29 +0000 (-0400) Subject: sys-apps/dnotify: nix src_install() X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b89f4401527a7c9f5feac213c07099ac9f012b8d;p=gentoo.git sys-apps/dnotify: nix src_install() Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/sys-apps/dnotify/dnotify-0.18.0.ebuild b/sys-apps/dnotify/dnotify-0.18.0.ebuild index 5a207d27f378..6c11fbe8b1dc 100644 --- a/sys-apps/dnotify/dnotify-0.18.0.ebuild +++ b/sys-apps/dnotify/dnotify-0.18.0.ebuild @@ -24,8 +24,3 @@ src_configure() { econf \ $(use_enable nls) } - -src_install() { - emake DESTDIR="${D}" install || die - default -}