mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 15:01:39 +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:
parent
42f52f590c
commit
b23da47bb8
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user