summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-security/AppArmor/apparmor_2.11.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-security/AppArmor/apparmor_2.11.0.bb b/recipes-security/AppArmor/apparmor_2.11.0.bb
index a83c2c3..fc9b614 100644
--- a/recipes-security/AppArmor/apparmor_2.11.0.bb
+++ b/recipes-security/AppArmor/apparmor_2.11.0.bb
@@ -104,6 +104,11 @@ do_install () {
104 104
105 install ${WORKDIR}/apparmor ${D}/${INIT_D_DIR}/apparmor 105 install ${WORKDIR}/apparmor ${D}/${INIT_D_DIR}/apparmor
106 install ${WORKDIR}/functions ${D}/lib/apparmor 106 install ${WORKDIR}/functions ${D}/lib/apparmor
107 if [ "${VIRTUAL-RUNTIME_init_manager}" = "systemd" ]; then
108 install -d ${D}${systemd_system_unitdir}
109 install ${WORKDIR}/apparmor.service \
110 ${D}${systemd_system_unitdir}
111 fi
107} 112}
108 113
109do_compile_ptest () { 114do_compile_ptest () {