summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-27 09:53:29 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-27 14:23:10 -0400
commitb89f4401527a7c9f5feac213c07099ac9f012b8d (patch)
treef90f676cebae163eee579cc9c076b8e4db01cbf8 /sys-apps
parentx11-plugins/guifications: nix src_install() (diff)
downloadgentoo-b89f4401527a7c9f5feac213c07099ac9f012b8d.tar.gz
gentoo-b89f4401527a7c9f5feac213c07099ac9f012b8d.tar.bz2
gentoo-b89f4401527a7c9f5feac213c07099ac9f012b8d.zip
sys-apps/dnotify: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/dnotify/dnotify-0.18.0.ebuild5
1 files changed, 0 insertions, 5 deletions
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
-}