merged Bruce
On Fri, Aug 30, 2019 at 2:20 AM <[email protected]> wrote: > > From: Changqing Li <[email protected]> > > Signed-off-by: Changqing Li <[email protected]> > --- > recipes-containers/cgroup-lite/cgroup-lite_1.15.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/recipes-containers/cgroup-lite/cgroup-lite_1.15.bb > b/recipes-containers/cgroup-lite/cgroup-lite_1.15.bb > index 7b48c3a..45cc287 100644 > --- a/recipes-containers/cgroup-lite/cgroup-lite_1.15.bb > +++ b/recipes-containers/cgroup-lite/cgroup-lite_1.15.bb > @@ -22,9 +22,9 @@ SYSTEMD_AUTO_ENABLE_${PN} = "mask" > > > do_install() { > - install -d ${D}/bin > - install -m 0755 ${S}/scripts/cgroups-mount ${D}/bin > - install -m 0755 ${S}/scripts/cgroups-umount ${D}/bin > + install -d ${D}/${base_bindir} > + install -m 0755 ${S}/scripts/cgroups-mount ${D}/${base_bindir} > + install -m 0755 ${S}/scripts/cgroups-umount ${D}/${base_bindir} > > install -d ${D}${sysconfdir}/init.d > install -m 0755 ${WORKDIR}/cgroups-init > ${D}${sysconfdir}/init.d/cgroups-init > -- > 2.7.4 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
