All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] V2 radvd: fix install issue for S!=B
@ 2014-06-04 23:59 Armin Kuster
  0 siblings, 0 replies; only message in thread
From: Armin Kuster @ 2014-06-04 23:59 UTC (permalink / raw)
  To: openembedded-devel

Some files are in "S" that are needed for install.

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta-networking/recipes-daemons/radvd/radvd.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc b/meta-networking/recipes-daemons/radvd/radvd.inc
index 9e19401..d8b3893 100644
--- a/meta-networking/recipes-daemons/radvd/radvd.inc
+++ b/meta-networking/recipes-daemons/radvd/radvd.inc
@@ -34,7 +34,7 @@ do_install_append () {
     install -m 0644 ${WORKDIR}/volatiles.03_radvd ${D}${sysconfdir}/default/volatiles/volatiles.03_radvd
     # Documentation
     for i in radvd.conf.example README; do \
-        install -m 0644 $i ${D}${docdir}/radvd; \
+        install -m 0644 ${S}/$i ${D}${docdir}/radvd; \
     done
 }
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-04 23:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-04 23:59 [meta-networking][PATCH] V2 radvd: fix install issue for S!=B Armin Kuster

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.