diff options
Diffstat (limited to 'sys-cluster/hpx/hpx-1.0.0.ebuild')
-rw-r--r-- | sys-cluster/hpx/hpx-1.0.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-cluster/hpx/hpx-1.0.0.ebuild b/sys-cluster/hpx/hpx-1.0.0.ebuild index 5d6c92ba0af5..f9748b81ba22 100644 --- a/sys-cluster/hpx/hpx-1.0.0.ebuild +++ b/sys-cluster/hpx/hpx-1.0.0.ebuild @@ -76,6 +76,7 @@ src_test() { src_install() { cmake-utils_src_install + mv "${D}/usr/bin/spin" "${D}/usr/bin/hpx_spin" if use examples; then insinto /usr/share/doc/${PF} doins -r examples |