diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-06 12:55:13 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-06 12:55:13 -0400 |
commit | 5fb14a3d73b19a81bc4b638feb009ab04c249e3a (patch) | |
tree | 3de6ca7e4260ac257929e15a262b85a9efd5ebb1 /sbopkglint.d/05-basic-sanity.t.sh | |
parent | 6c1acea4bd4a1f1c8329c7160b8d72f5ad2c108c (diff) | |
download | sbo-maintainer-tools-5fb14a3d73b19a81bc4b638feb009ab04c249e3a.tar.gz |
handle gtk4-update-icon cache and usr/doc/HTML, check for executable docs
Diffstat (limited to 'sbopkglint.d/05-basic-sanity.t.sh')
-rw-r--r-- | sbopkglint.d/05-basic-sanity.t.sh | 4 |
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 6709203..b621bbe 100644 --- a/sbopkglint.d/05-basic-sanity.t.sh +++ b/sbopkglint.d/05-basic-sanity.t.sh @@ -31,14 +31,14 @@ fileonlydirs="bin usr/bin sbin usr/sbin" # 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" +nofiledirs="usr usr/doc usr/share usr/man usr/doc/HTML" # 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/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" +noexecdirs="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" # these files must exist. requiredfiles="usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild" |