Merge branch 'it4i-barbora'

This commit is contained in:
Jakub Kropacek 2022-09-06 15:25:38 +02:00 committed by anselmicz
commit c0624d2baa
No known key found for this signature in database
GPG Key ID: 5271768D6FEA96BC
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']