summaryrefslogtreecommitdiff
path: root/sys-fs
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 /sys-fs
parentff9c8b36d660604c08bbf1542e5c6aff941ac2fa (diff)
downloadgentoo-4b2e837ef1a787f8cd79eebf59b9741389e004c4.tar.gz
gentoo-4b2e837ef1a787f8cd79eebf59b9741389e004c4.tar.xz
sys-fs/autorun: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-fs')
-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 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
-}