fix(build): fix path in make dev.

This commit is contained in:
Alexandre Pujol 2024-10-02 21:25:01 +01:00
parent 14a5d8deae
commit 35b305f043
Failed to generate hash of commit

View file

@ -74,7 +74,7 @@ $(P):
name ?=
dev:
@go run ./cmd/prebuild --complain --file $(shell find apparmor.d -iname ${name})
@sudo install -Dm644 ${BUILD}/${name} /etc/apparmor.d/${name}
@sudo install -Dm644 ${BUILD}/apparmor.d/${name} /etc/apparmor.d/${name}
@sudo systemctl restart apparmor || systemctl status apparmor
dist ?= archlinux