All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] containers: corrected install path
@ 2017-10-17 16:13 Dariusz Pelowski
  2017-10-17 17:21 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Dariusz Pelowski @ 2017-10-17 16:13 UTC (permalink / raw)
  To: meta-virtualization

---
 recipes-containers/kubernetes/kubernetes_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb
index f574a3e..2c7161e 100644
--- a/recipes-containers/kubernetes/kubernetes_git.bb
+++ b/recipes-containers/kubernetes/kubernetes_git.bb
@@ -76,7 +76,7 @@ do_install() {
     install -d ${D}${systemd_unitdir}/system/
     install -d ${D}${systemd_unitdir}/system/kubelet.service.d/
 
-    install -d ${sysconfdir}/kubernetes/manifests/
+    install -d ${D}${sysconfdir}/kubernetes/manifests/
 
     install -m 755 -D ${S}/src/import/_output/bin/kube* ${D}/${bindir}
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] containers: corrected install path
  2017-10-17 16:13 [PATCH] containers: corrected install path Dariusz Pelowski
@ 2017-10-17 17:21 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2017-10-17 17:21 UTC (permalink / raw)
  To: Dariusz Pelowski; +Cc: meta-virtualization

I cleaned up the short log, and added a long log, but this is now merged.

Bruce

On Tue, Oct 17, 2017 at 12:13 PM, Dariusz Pelowski
<dariusz.pelowski@gmail.com> wrote:
> ---
>  recipes-containers/kubernetes/kubernetes_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb
> index f574a3e..2c7161e 100644
> --- a/recipes-containers/kubernetes/kubernetes_git.bb
> +++ b/recipes-containers/kubernetes/kubernetes_git.bb
> @@ -76,7 +76,7 @@ do_install() {
>      install -d ${D}${systemd_unitdir}/system/
>      install -d ${D}${systemd_unitdir}/system/kubelet.service.d/
>
> -    install -d ${sysconfdir}/kubernetes/manifests/
> +    install -d ${D}${sysconfdir}/kubernetes/manifests/
>
>      install -m 755 -D ${S}/src/import/_output/bin/kube* ${D}/${bindir}
>
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-17 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-17 16:13 [PATCH] containers: corrected install path Dariusz Pelowski
2017-10-17 17:21 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.