Skip to content

Commit

Permalink
update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alberta committed Sep 30, 2024
1 parent da43406 commit 056189a
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ postinstallcmds = [
'cp ../cavity3d %(installdir)s/bin/', # Copy the binary to the bin folder
]

sanity_checks = {
'files': [
'bin/cavity3d', # Check that the binary has been correctly installed in bin
],
'dirs': [],
}

sanity_check_paths = {
'files': ['bin/cavity3d'], # Only check the binary
'dirs': [], # No directory checks like lib
}

# Check that the binary has been correctly installed in bin
sanity_check_commands = ['bin/cavity3d --version']

moduleclass = 'tools'

0 comments on commit 056189a

Please sign in to comment.