mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
webmin: ensure correct PERLLIB path
Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -109,6 +109,9 @@ do_install() {
|
|||||||
export no_pam=1
|
export no_pam=1
|
||||||
mkdir -p $tempdir
|
mkdir -p $tempdir
|
||||||
${S}/../setup.sh
|
${S}/../setup.sh
|
||||||
|
|
||||||
|
# Ensure correct PERLLIB path
|
||||||
|
sed -i -e 's#${D}##g' ${D}${sysconfdir}/webmin/start
|
||||||
}
|
}
|
||||||
|
|
||||||
INITSCRIPT_NAME = "webmin"
|
INITSCRIPT_NAME = "webmin"
|
||||||
|
|||||||
Reference in New Issue
Block a user