diff options
-rw-r--r-- | sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild b/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild index c4d991410..7507ca26f 100644 --- a/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild +++ b/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild @@ -36,7 +36,7 @@ src_install() { # package also has 10.0 10.1 11.0 versions # but these cuda versions are not in ::gentoo local mcbin - mcbin="${PN}_${PV}_Cuda102" + use cuda102 && mcbin="${PN}_${PV}_Cuda102" dobin "${mcbin}" dosym "${mcbin}" /usr/bin/MotionCor2 } |