commit: 4b2e837ef1a787f8cd79eebf59b9741389e004c4
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:57:43 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2e837e
sys-fs/autorun: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-fs/autorun/autorun-3.17.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/sys-fs/autorun/autorun-3.17.ebuild
b/sys-fs/autorun/autorun-3.17.ebuild
index b6ddc14c47d..7d6df164e2a 100644
--- a/sys-fs/autorun/autorun-3.17.ebuild
+++ b/sys-fs/autorun/autorun-3.17.ebuild
@@ -25,8 +25,3 @@ src_configure() {
econf \
--disable-dependency-tracking
}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- default
-}