fix(build): fix path in make dev.
This commit is contained in:
parent
14a5d8deae
commit
35b305f043
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue