sys-apps/dnotify: nix src_install()
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 13:53:29 +0000 (09:53 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 18:23:10 +0000 (14:23 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

sys-apps/dnotify/dnotify-0.18.0.ebuild

index 5a207d27f378d603f0b74abc095f96c4a68b4772..6c11fbe8b1dc4d1ecb77af6431e5f453453ec77e 100644 (file)
@@ -24,8 +24,3 @@ src_configure() {
        econf \
                $(use_enable nls)
 }
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-       default
-}