2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

Ralf Spenneberg fixup for make install target

This commit is contained in:
Seth Arnold 2006-08-09 22:39:20 +00:00
parent be64d6bed4
commit f9df421131

View File

@ -40,7 +40,7 @@ SECDIR=${DESTDIR}/lib/security
.PHONY: install .PHONY: install
install: install:
install -d 755 $(SECDIR) install -m 755 -d $(SECDIR)
install -m 555 $(NAME).so $(SECDIR)/ install -m 555 $(NAME).so $(SECDIR)/
.PHONY: clean .PHONY: clean