aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/arrayfire/arrayfire-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild
index f485b122b..667ca0bc1 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"
}