commit: a9059a2c00cddaf0480c13de70bd226ca401f987
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Jan 10 16:09:31 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 10 16:09:31 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a9059a2c
Use dobin instead of doins for bin2cpp exectuable
---
sci-libs/arrayfire/arrayfire-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild
b/sci-libs/arrayfire/arrayfire-9999.ebuild
index f485b12..667ca0b 100644
--- a/sci-libs/arrayfire/arrayfire-9999.ebuild
+++ b/sci-libs/arrayfire/arrayfire-9999.ebuild
@@ -51,6 +51,5 @@ src_configure() {
src_install() {
cmake-utils_src_install
- exeinto /usr/bin
- doexe "build/bin2cpp"
+ dobin "bin2cpp"
}