summaryrefslogtreecommitdiff
path: root/app-emulation/docker-machine
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/docker-machine')
-rw-r--r--app-emulation/docker-machine/docker-machine-0.4.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/docker-machine/docker-machine-0.4.1.ebuild b/app-emulation/docker-machine/docker-machine-0.4.1.ebuild
index bf4524646a7..766815b1321 100644
--- a/app-emulation/docker-machine/docker-machine-0.4.1.ebuild
+++ b/app-emulation/docker-machine/docker-machine-0.4.1.ebuild
@@ -32,5 +32,6 @@ src_compile() {
}
src_install() {
- dobin ${PN} || die
+ dobin ${PN}
+ dodoc CHANGELOG.md CONTRIBUTING.md README.md ROADMAP.md
}