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:
@@ -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)/
|
||||
|
||||
|
Reference in New Issue
Block a user