commit: 3c9a7fbd013074aa071bd0a9374ab664f69be1f0 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Mon Mar 17 19:51:06 2014 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Mon Mar 17 19:51:06 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=3c9a7fbd
[dev-vcs/git-flow] Fix install location Binaries were install to /bin instead of /usr/bin. Package-Manager: portage-2.2.8-r1 --- dev-vcs/git-flow/git-flow-0.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/git-flow/git-flow-0.4.1.ebuild b/dev-vcs/git-flow/git-flow-0.4.1.ebuild index 6949f44..55ceae3 100644 --- a/dev-vcs/git-flow/git-flow-0.4.1.ebuild +++ b/dev-vcs/git-flow/git-flow-0.4.1.ebuild @@ -33,7 +33,7 @@ src_compile() { } src_install() { - emake prefix="${D}" install + emake prefix="${D}/usr" install dodoc "${DOCS[@]}"