mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-27 07:27:24 +01:00
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 ?=
|
name ?=
|
||||||
dev:
|
dev:
|
||||||
@go run ./cmd/prebuild --complain --file $(shell find apparmor.d -iname ${name})
|
@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
|
@sudo systemctl restart apparmor || systemctl status apparmor
|
||||||
|
|
||||||
dist ?= archlinux
|
dist ?= archlinux
|
||||||
|
|
Loading…
Reference in a new issue