Skip to content

Commit

Permalink
sys-cluster/hpx: Fixed file collision with sci-mathematics/spin
Browse files Browse the repository at this point in the history
hpx with new version creates a file /usr/bin/spin which is reason of a conflict.
I've renamed a file into hpx_spin

Reported in bug 617486

Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
Slawomir Lis committed May 12, 2017
1 parent 02f4339 commit 930a370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys-cluster/hpx/hpx-1.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 930a370

Please sign in to comment.