From f9df4211313f0cb0464d584a96065ea18583098c Mon Sep 17 00:00:00 2001 From: Seth Arnold Date: Wed, 9 Aug 2006 22:39:20 +0000 Subject: [PATCH] Ralf Spenneberg fixup for make install target --- changehat/pam_apparmor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changehat/pam_apparmor/Makefile b/changehat/pam_apparmor/Makefile index 1c6e6692d..130cd6095 100644 --- a/changehat/pam_apparmor/Makefile +++ b/changehat/pam_apparmor/Makefile @@ -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