ceph-manager.inc: fix the incorrect script path 31/3431/1
authorJackie Huang <jackie.huang@windriver.com>
Thu, 23 Apr 2020 13:46:49 +0000 (21:46 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Thu, 23 Apr 2020 13:46:49 +0000 (21:46 +0800)
Issue-ID: INF-27
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I645b13263c21b458a99792db6ce896a3022eda91

meta-stx/recipes-core/stx-utilities/ceph/ceph-manager.inc

index fcfbfe4..e858d48 100644 (file)
@@ -41,7 +41,7 @@ do_install_append() {
        install -d -m0755 ${D}/${sysconfdir}/logrotate.d
        install -d -m0755 ${D}/${systemd_system_unitdir}
 
-       install -p -m0700 ${S}/ceph/ceph-manager/scripts/bin/ceph-manager ${D}/${sysconfdir}/init.d
+       install -p -m0700 ${S}/ceph/ceph-manager/scripts/init.d/ceph-manager ${D}/${sysconfdir}/init.d
        install -p -m0700 ${S}/ceph/ceph-manager/scripts/bin/ceph-manager ${D}/${bindir}
        install -p -m0700 ${S}/ceph/ceph-manager/files/ceph-manager.logrotate ${D}/${sysconfdir}/logrotate.d
        install -p -m0700 ${S}/ceph/ceph-manager/files/ceph-manager.service ${D}/${systemd_system_unitdir}