aboutsummaryrefslogtreecommitdiff
path: root/sbopkglint.d/pre-doinst.sh
diff options
context:
space:
mode:
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"