diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-08 23:03:30 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-10-08 23:03:30 -0400 |
commit | e270581d43cb0845f4d84aea18f2f8fa4df56cf9 (patch) | |
tree | 39b18fa600a23d6571fcac156525bffcc93cc685 | |
parent | e2df3ea1f93e6b17023fe1e774368f38a5f749b3 (diff) | |
download | sbo-maintainer-tools-e270581d43cb0845f4d84aea18f2f8fa4df56cf9.tar.gz |
sbopkglint: allow /usr/dict.
-rw-r--r-- | sbopkglint.d/05-basic-sanity.t.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbopkglint.d/05-basic-sanity.t.sh b/sbopkglint.d/05-basic-sanity.t.sh index 9119e60..8267b83 100644 --- a/sbopkglint.d/05-basic-sanity.t.sh +++ b/sbopkglint.d/05-basic-sanity.t.sh @@ -22,7 +22,7 @@ requireddirs="usr/doc/$PRGNAM-$VERSION" # do not include X11R6 or local here, and do not include dirs which are # symlinks on Slackware (X11 adm dict spool tmp). # don't list (x86_64|i586|etc)-slackware-linux, it's checked separately. -usrdirs="bin doc games include info lib lib64 libexec man sbin share src x86_64-slackware-linux" +usrdirs="bin doc games include info lib lib64 libexec man sbin share src x86_64-slackware-linux dict" # these directories *must not* exist. no need to list top-level dirs here, # the topleveldirs check already catches those. also, don't list stuff caught |