Skip to content

Commit

Permalink
Update easybuild/easyblocks/s/star_ccm.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Moors <[email protected]>
  • Loading branch information
WilleBell and smoors authored Jan 2, 2025
1 parent 5feebda commit 304c9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/s/star_ccm.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def install_step(self):
"-DINSTALL_LICENSING=false",
"-DADDSYSTEMPATH=false",
self.cfg['installopts'],
"&& mv %s/%s %s" % (self.builddir, self.version, self.installdir),
"&& mv %s/%s* %s" % (self.builddir, self.version, self.installdir),
])
else:
cmd = ' '.join([
Expand Down

0 comments on commit 304c9cc

Please sign in to comment.