From 1d450c0d383e04262e565516f44411c9027efe61 Mon Sep 17 00:00:00 2001 From: Jakub Kropacek Date: Tue, 6 Sep 2022 15:25:28 +0200 Subject: [PATCH] modified: f/fio/fio-3.32-GCCcore-11.3.0.eb modified: n/nano/nano-6.4.eb --- f/fio/fio-3.32-GCCcore-11.3.0.eb | 2 +- n/nano/nano-6.4.eb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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']