aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/owfs/owfs_2.8p20.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/owfs/owfs_2.8p20.bb')
-rw-r--r--meta-oe/recipes-extended/owfs/owfs_2.8p20.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/owfs/owfs_2.8p20.bb b/meta-oe/recipes-extended/owfs/owfs_2.8p20.bb
index d010867c24..36772cfeef 100644
--- a/meta-oe/recipes-extended/owfs/owfs_2.8p20.bb
+++ b/meta-oe/recipes-extended/owfs/owfs_2.8p20.bb
@@ -29,13 +29,13 @@ EXTRA_OECONF = " \
--disable-owphp \
--disable-owpython \
--disable-owperl \
- "
+"
do_install_prepend() {
- install -d ${D}${sysconfdir}/default/
- install -d ${D}${sysconfdir}/init.d/
- install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd
- install -m 0755 ${WORKDIR}/owserver ${D}${sysconfdir}/init.d/owserver
+ install -d ${D}${sysconfdir}/default/
+ install -d ${D}${sysconfdir}/init.d/
+ install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd
+ install -m 0755 ${WORKDIR}/owserver ${D}${sysconfdir}/init.d/owserver
}
PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap"