mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
radvd: fix install issue for S!=B
Some files are in "S" that are needed for install. Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user