plugins: need to take core ACLs into account

This commit is contained in:
Franco Fichtner 2024-09-13 12:14:44 +02:00
parent 297335efbf
commit b357934565

View file

@ -370,7 +370,7 @@ ACLBIN?= ${.CURDIR}/../../../core/Scripts/dashboard-acl.sh
lint-acl: check
.if exists(${ACLBIN})
@${ACLBIN}
@${ACLBIN} ${.CURDIR}/../../../core
.else
@echo "Did not find ACLBIN, please provide a core repository"; exit 1
.endif