diff options
| -rw-r--r-- | recipes-extended/nagios/nagios-nsca_2.9.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/nagios/nagios-nsca_2.9.2.bb b/recipes-extended/nagios/nagios-nsca_2.9.2.bb index 2db51238..a400b68f 100644 --- a/recipes-extended/nagios/nagios-nsca_2.9.2.bb +++ b/recipes-extended/nagios/nagios-nsca_2.9.2.bb | |||
| @@ -35,7 +35,7 @@ EXTRA_OECONF += "--with-nsca-user=${NAGIOS_USER} \ | |||
| 35 | " | 35 | " |
| 36 | 36 | ||
| 37 | do_configure() { | 37 | do_configure() { |
| 38 | cp ${WORKDIR}/init-script.in ${S}/init-script.in | 38 | cp ${UNPACKDIR}/init-script.in ${S}/init-script.in |
| 39 | oe_runconf || die "make failed" | 39 | oe_runconf || die "make failed" |
| 40 | } | 40 | } |
| 41 | 41 | ||
| @@ -55,7 +55,7 @@ do_install() { | |||
| 55 | 55 | ||
| 56 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 56 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
| 57 | install -d ${D}${systemd_unitdir}/system | 57 | install -d ${D}${systemd_unitdir}/system |
| 58 | install -m 644 ${WORKDIR}/nagios-nsca.service ${D}${systemd_unitdir}/system/ | 58 | install -m 644 ${UNPACKDIR}/nagios-nsca.service ${D}${systemd_unitdir}/system/ |
| 59 | fi | 59 | fi |
| 60 | } | 60 | } |
| 61 | 61 | ||
