diff options
| -rw-r--r-- | recipes-containers/kubernetes/kubernetes_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb index f574a3e2..2c7161ec 100644 --- a/recipes-containers/kubernetes/kubernetes_git.bb +++ b/recipes-containers/kubernetes/kubernetes_git.bb | |||
| @@ -76,7 +76,7 @@ do_install() { | |||
| 76 | install -d ${D}${systemd_unitdir}/system/ | 76 | install -d ${D}${systemd_unitdir}/system/ |
| 77 | install -d ${D}${systemd_unitdir}/system/kubelet.service.d/ | 77 | install -d ${D}${systemd_unitdir}/system/kubelet.service.d/ |
| 78 | 78 | ||
| 79 | install -d ${sysconfdir}/kubernetes/manifests/ | 79 | install -d ${D}${sysconfdir}/kubernetes/manifests/ |
| 80 | 80 | ||
| 81 | install -m 755 -D ${S}/src/import/_output/bin/kube* ${D}/${bindir} | 81 | install -m 755 -D ${S}/src/import/_output/bin/kube* ${D}/${bindir} |
| 82 | 82 | ||
