commit:     31f2667750d06a17d2bb85b48c9c9cd96921132d
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Jan 13 12:45:12 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 15 06:52:56 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=31f26677

sci-libs/arrayfire: Fix dobin of bin2cpp

---
 sci-libs/arrayfire/arrayfire-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild 
b/sci-libs/arrayfire/arrayfire-9999.ebuild
index f59d7e3..352a814 100644
--- a/sci-libs/arrayfire/arrayfire-9999.ebuild
+++ b/sci-libs/arrayfire/arrayfire-9999.ebuild
@@ -82,5 +82,5 @@ src_configure() {
 src_install() {
        cmake-utils_src_install
 
-       dobin "bin2cpp"
+       dobin "${BUILD_DIR}/bin2cpp"
 }

Reply via email to