diff options
| -rw-r--r-- | meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb index 87ea2b1b05..797657083e 100644 --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb | |||
| @@ -34,7 +34,7 @@ PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers" | |||
| 34 | do_configure() { | 34 | do_configure() { |
| 35 | # Looks like configure.in is broken, so we are skipping | 35 | # Looks like configure.in is broken, so we are skipping |
| 36 | # rebuilding configure and are just using the shipped one | 36 | # rebuilding configure and are just using the shipped one |
| 37 | gnu-configize --force | 37 | ( cd ${S}; gnu-configize --force ) |
| 38 | oe_runconf | 38 | oe_runconf |
| 39 | } | 39 | } |
| 40 | 40 | ||
| @@ -49,8 +49,8 @@ do_install() { | |||
| 49 | install -m 644 "${WORKDIR}/xinetd.conf" "${D}${sysconfdir}" | 49 | install -m 644 "${WORKDIR}/xinetd.conf" "${D}${sysconfdir}" |
| 50 | install -m 755 "${WORKDIR}/xinetd.init" "${D}${sysconfdir}/init.d/xinetd" | 50 | install -m 755 "${WORKDIR}/xinetd.init" "${D}${sysconfdir}/init.d/xinetd" |
| 51 | install -m 644 "${WORKDIR}/xinetd.default" "${D}${sysconfdir}/default/xinetd" | 51 | install -m 644 "${WORKDIR}/xinetd.default" "${D}${sysconfdir}/default/xinetd" |
| 52 | install -m 755 "${S}/xinetd/xinetd" "${D}${sbindir}" | 52 | install -m 755 "${B}/xinetd/xinetd" "${D}${sbindir}" |
| 53 | install -m 755 "${S}/xinetd/itox" "${D}${sbindir}" | 53 | install -m 755 "${B}/xinetd/itox" "${D}${sbindir}" |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | CONFFILES_${PN} = "${sysconfdir}/xinetd.conf" | 56 | CONFFILES_${PN} = "${sysconfdir}/xinetd.conf" |
