aboutsummaryrefslogtreecommitdiff
path: root/sbopkglint.d/pre-doinst.sh
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-06-17 04:43:29 -0400
committerB. Watson <urchlay@slackware.uk>2023-06-17 04:43:29 -0400
commit695d606224bc3dae5a2aa96581d1af49310822b2 (patch)
treee65548049fcc383f5f98af5a4ca3f405bff1917a /sbopkglint.d/pre-doinst.sh
parentc8407a74a3013f09495edba29705c7b481e46f19 (diff)
downloadsbo-maintainer-tools-695d606224bc3dae5a2aa96581d1af49310822b2.tar.gz
sbopkglint: spaces in filenames WIP #9.
Diffstat (limited to 'sbopkglint.d/pre-doinst.sh')
-rw-r--r--sbopkglint.d/pre-doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbopkglint.d/pre-doinst.sh b/sbopkglint.d/pre-doinst.sh
index 5beb6a2..24a5815 100644
--- a/sbopkglint.d/pre-doinst.sh
+++ b/sbopkglint.d/pre-doinst.sh
@@ -35,6 +35,6 @@ if [ -d usr/share/fonts ]; then
fi
find_warnfiles "package contains actual symlinks:" \
- find -P . -type l
+ -P . -type l
[ -f install/slack-desc ] || warn "required file install/slack-desc is missing"