mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
rng-tools: Fix path of default configuration file
The initscript expects the config file in the folder /etc/default/ but the recipe copied it to /etc. The recipe already created the folder /etc/default/ put it there. Signed-off-by: Christian Ege <k4230r6@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
3789b36db8
commit
74fbc198d0
|
|
@ -28,7 +28,7 @@ do_install_append() {
|
|||
${D}${sysconfdir}/init.d/rng-tools
|
||||
|
||||
install -d "${D}${sysconfdir}/default"
|
||||
install -m 0644 ${WORKDIR}/default ${D}${sysconfdir}/rng-tools
|
||||
install -m 0644 ${WORKDIR}/default ${D}${sysconfdir}/default/rng-tools
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user