2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

Patch from Mathias Gug <mathiaz@ubuntu.com> of Ubuntu [Message-ID:

<20070813195328.GB11381@mathias.mathiaz.net>].

This fixes the make install target of pam_apparmor so that it depends on
the library already being built.
This commit is contained in:
Steve Beattie
2007-08-14 19:06:19 +00:00
parent 18785e848d
commit cd73259db4

View File

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