diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-27 09:57:43 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-27 14:23:12 -0400 |
commit | 4b2e837ef1a787f8cd79eebf59b9741389e004c4 (patch) | |
tree | 82e931c208f796d4c790ee409ece623ec8cebb61 /sys-fs | |
parent | app-text/aiksaurus: nix src_install() (diff) | |
download | gentoo-4b2e837ef1a787f8cd79eebf59b9741389e004c4.tar.gz gentoo-4b2e837ef1a787f8cd79eebf59b9741389e004c4.tar.bz2 gentoo-4b2e837ef1a787f8cd79eebf59b9741389e004c4.zip |
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.ebuild | 5 |
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 -} |