diff options
Diffstat (limited to 'dynamic-layers/meta-python')
-rw-r--r-- | dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.0.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.0.2.bb b/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.0.2.bb index bf5f87d..e284d82 100644 --- a/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.0.2.bb +++ b/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.0.2.bb | |||
@@ -24,7 +24,7 @@ inherit systemd | |||
24 | 24 | ||
25 | SYSTEMD_SERVICE:${PN} = "fail2ban.service" | 25 | SYSTEMD_SERVICE:${PN} = "fail2ban.service" |
26 | 26 | ||
27 | S = "${WORKDIR}/git" | 27 | S = "${UNPACKDIR}/git" |
28 | 28 | ||
29 | do_compile () { | 29 | do_compile () { |
30 | cd ${S} | 30 | cd ${S} |
@@ -40,7 +40,7 @@ do_install:append () { | |||
40 | rm -f ${D}/${bindir}/fail2ban-python | 40 | rm -f ${D}/${bindir}/fail2ban-python |
41 | install -d ${D}/${sysconfdir}/fail2ban | 41 | install -d ${D}/${sysconfdir}/fail2ban |
42 | install -d ${D}/${sysconfdir}/init.d | 42 | install -d ${D}/${sysconfdir}/init.d |
43 | install -m 0755 ${WORKDIR}/initd ${D}${sysconfdir}/init.d/fail2ban-server | 43 | install -m 0755 ${UNPACKDIR}/initd ${D}${sysconfdir}/init.d/fail2ban-server |
44 | 44 | ||
45 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 45 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
46 | install -d ${D}${systemd_system_unitdir} | 46 | install -d ${D}${systemd_system_unitdir} |