aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Vig <sean.v.775@gmail.com>2015-09-24 08:30:46 -0500
committerSean Vig <sean.v.775@gmail.com>2015-09-24 08:31:02 -0500
commit6ece7823f1e945940dd98394083ebfeebbb1fdfd (patch)
treeaeb2260a714eeef38cabb798de2ed62b16486cec
parentdev-python/metakernel_bash: Install missing kernel spec (diff)
downloadsci-6ece7823f1e945940dd98394083ebfeebbb1fdfd.tar.gz
sci-6ece7823f1e945940dd98394083ebfeebbb1fdfd.tar.bz2
sci-6ece7823f1e945940dd98394083ebfeebbb1fdfd.zip
www-client/casjerjs: Fix installation of casperjs executable
Closes #494
-rw-r--r--www-client/casperjs/ChangeLog3
-rw-r--r--www-client/casperjs/casperjs-1.1_beta3.ebuild5
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 <sean.v.775@gmail.com> 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 <sean.v.775@gmail.com> +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
}