diff --git a/f/fio/fio-3.32-GCCcore-11.3.0.eb b/f/fio/fio-3.32-GCCcore-11.3.0.eb index 54b9c333..88c05298 100644 --- a/f/fio/fio-3.32-GCCcore-11.3.0.eb +++ b/f/fio/fio-3.32-GCCcore-11.3.0.eb @@ -23,7 +23,7 @@ builddependencies = [ sanity_check_paths = { 'files': ['bin/fio'], - 'dirs': [], + 'dirs': ['bin', 'man', 'share'], } sanity_check_commands = ['fio -h'] diff --git a/n/nano/nano-6.4.eb b/n/nano/nano-6.4.eb index a760fa2d..baa31575 100644 --- a/n/nano/nano-6.4.eb +++ b/n/nano/nano-6.4.eb @@ -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']