commit: b89f4401527a7c9f5feac213c07099ac9f012b8d
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:53:29 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89f4401
sys-apps/dnotify: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-apps/dnotify/dnotify-0.18.0.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/sys-apps/dnotify/dnotify-0.18.0.ebuild
b/sys-apps/dnotify/dnotify-0.18.0.ebuild
index 5a207d27f37..6c11fbe8b1d 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
-}