eclass/cargo: Don't fail on missing directory
authorEspen Henriksen <dev@henriksen.is>
Tue, 28 Mar 2017 17:55:54 +0000 (19:55 +0200)
committerDoug Goldstein <cardoe@gentoo.org>
Wed, 29 Mar 2017 14:25:14 +0000 (09:25 -0500)
commitdd53899da2ac044f815030e82a6fcf357df1dff9
tree59235e8125c934c6087df06b8467dff17fb48ffe
parent744572dc1a7741091e971105723adc4422278a54
eclass/cargo: Don't fail on missing directory

Previously the cargo_src_install step fails when using
`cargo_src_install || die` and no man-directory is
included with the crate. This commit corrects this
behavior and ensures it does not die in those cases.

Package-Manager: Portage-2.3.3
eclass/cargo.eclass