aboutsummaryrefslogtreecommitdiff
path: root/sbopkglint.d/05-basic-sanity.t.sh
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-12-15 21:11:58 -0500
committerB. Watson <urchlay@slackware.uk>2023-12-15 21:11:58 -0500
commit2ad13140d0a864c6cfdb614bb8f066ea701527f5 (patch)
tree6320b226aef5856d612ef251b49fd1dfd9560065 /sbopkglint.d/05-basic-sanity.t.sh
parentd221257bc87189a8a0e47e38ccd8de224cdb4754 (diff)
downloadsbo-maintainer-tools-2ad13140d0a864c6cfdb614bb8f066ea701527f5.tar.gz
sbopkglint: checks for /usr/share/terminfo.
Diffstat (limited to 'sbopkglint.d/05-basic-sanity.t.sh')
-rw-r--r--sbopkglint.d/05-basic-sanity.t.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbopkglint.d/05-basic-sanity.t.sh b/sbopkglint.d/05-basic-sanity.t.sh
index d799ab9..9119e60 100644
--- a/sbopkglint.d/05-basic-sanity.t.sh
+++ b/sbopkglint.d/05-basic-sanity.t.sh
@@ -43,14 +43,14 @@ fileonlydirs="$bindirs usr/man/man1 usr/man/man2 usr/man/man3 usr/man/man4 usr/m
# these directories may exist, but must contain only subdirectories
# (no files, symlinks, devices, etc). "." (the top-level package dir)
# doesn't need to be included here; it's checked separately.
-nofiledirs="usr usr/doc usr/share usr/man usr/doc/HTML"
+nofiledirs="usr usr/doc usr/share usr/man usr/doc/HTML usr/share/terminfo"
# these directories may exist but must not have executable files
# anywhere under them. I would put usr/doc and etc here, but too many
# packages break that rule. usr/share/applications is listed here,
# even though Slackware's KDE packages (erroneously) install .desktop
# files +x.
-noexecdirs="usr/include usr/man usr/share/pixmaps usr/share/icons usr/share/applications usr/share/appdata usr/share/mime usr/share/mime-info usr/share/glib-2.0 usr/doc/HTML"
+noexecdirs="usr/include usr/man usr/share/pixmaps usr/share/icons usr/share/applications usr/share/appdata usr/share/mime usr/share/mime-info usr/share/glib-2.0 usr/doc/HTML usr/share/terminfo"
# these files must exist, unless -s option given.
requiredfiles="usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild"