From 6ece7823f1e945940dd98394083ebfeebbb1fdfd Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Thu, 24 Sep 2015 08:30:46 -0500 Subject: 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 eb4d1f336..eec6cb0d5 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 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 +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 a90310a85..b71ba9727 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 } -- cgit v1.2.3-65-gdbad