modified: f/fio/fio-3.32-GCCcore-11.3.0.eb

modified:   n/nano/nano-6.4.eb
This commit is contained in:
Jakub Kropacek 2022-09-06 15:25:28 +02:00 committed by easybuild
parent 9a8d51e064
commit 1d450c0d38
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ builddependencies = [
sanity_check_paths = {
'files': ['bin/fio'],
'dirs': [],
'dirs': ['bin', 'man', 'share'],
}
sanity_check_commands = ['fio -h']

View File

@ -22,7 +22,7 @@ configopts = '--enable-color --enable-extra --enable-multibuffer --enable-nanorc
sanity_check_paths = {
'files': ['bin/nano'],
'dirs': [],
'dirs': ['bin', 'share'],
}
sanity_check_commands = ['nano --version']