mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
parser(Makefile): dont install /var/lib/apparmor
This directory is not used anymore. This help downstream build of /var free images. Links: https://0pointer.net/blog/fitting-everything-together.html
This commit is contained in:
parent
a367c07437
commit
2d654477f2
1 changed files with 0 additions and 1 deletions
|
@ -440,7 +440,6 @@ install-arch: $(INSTALLDEPS)
|
|||
install-indep: indep
|
||||
install -m 755 -d $(INSTALL_CONFDIR)
|
||||
install -m 644 parser.conf $(INSTALL_CONFDIR)
|
||||
install -m 755 -d ${DESTDIR}/var/lib/apparmor
|
||||
install -m 755 -d $(APPARMOR_BIN_PREFIX)
|
||||
install -m 755 rc.apparmor.functions $(APPARMOR_BIN_PREFIX)
|
||||
install -m 755 profile-load $(APPARMOR_BIN_PREFIX)
|
||||
|
|
Loading…
Add table
Reference in a new issue