summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-27 09:57:43 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-27 14:23:12 -0400
commit4b2e837ef1a787f8cd79eebf59b9741389e004c4 (patch)
tree82e931c208f796d4c790ee409ece623ec8cebb61
parentapp-text/aiksaurus: nix src_install() (diff)
downloadgentoo-4b2e837e.tar.gz
gentoo-4b2e837e.tar.bz2
gentoo-4b2e837e.zip
sys-fs/autorun: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--sys-fs/autorun/autorun-3.17.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys-fs/autorun/autorun-3.17.ebuild b/sys-fs/autorun/autorun-3.17.ebuild
index b6ddc14c47d9..7d6df164e2a8 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
-}