mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Ralf Spenneberg fixup for make install target
This commit is contained in:
parent
be64d6bed4
commit
f9df421131
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ SECDIR=${DESTDIR}/lib/security
|
|||
|
||||
.PHONY: install
|
||||
install:
|
||||
install -d 755 $(SECDIR)
|
||||
install -m 755 -d $(SECDIR)
|
||||
install -m 555 $(NAME).so $(SECDIR)/
|
||||
|
||||
.PHONY: clean
|
||||
|
|
Loading…
Add table
Reference in a new issue