commit: 6ece7823f1e945940dd98394083ebfeebbb1fdfd Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com> AuthorDate: Thu Sep 24 13:30:46 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Sep 24 13:31:02 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6ece7823
www-client/casjerjs: Fix installation of casperjs executable Closes #494 www-client/casperjs/ChangeLog | 3 +++ www-client/casperjs/casperjs-1.1_beta3.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/www-client/casperjs/ChangeLog b/www-client/casperjs/ChangeLog index eb4d1f3..eec6cb0 100644 --- a/www-client/casperjs/ChangeLog +++ b/www-client/casperjs/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 24 Sep 2015; Sean Vig <[email protected]> casperjs-1.1_beta3.ebuild: + www-client/casjerjs: Fix installation of casperjs executable + *casperjs-1.1_beta3 (02 Sep 2015) 02 Sep 2015; Sean Vig <[email protected]> +casperjs-1.1_beta3.ebuild, diff --git a/www-client/casperjs/casperjs-1.1_beta3.ebuild b/www-client/casperjs/casperjs-1.1_beta3.ebuild index a90310a..b71ba97 100644 --- a/www-client/casperjs/casperjs-1.1_beta3.ebuild +++ b/www-client/casperjs/casperjs-1.1_beta3.ebuild @@ -34,8 +34,9 @@ src_install() { doins bin/bootstrap.js doins bin/usage.txt - dobin bin/casperjs - dosym /usr/bin/casperjs ../share/${P}/bin/casperjs + exeinto /usr/share/${P}/bin + doexe bin/casperjs + dosym ../share/${P}/bin/casperjs /usr/bin/casperjs dodoc CHANGELOG.md CONTRIBUTORS.md README.md }
