diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-09-29 09:44:16 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-05 18:21:12 +0200 |
commit | b23da47bb80310a15ad8d6cf8f5482cf300fac6e (patch) | |
tree | 963a7d3ecd047e5c03f6e6440d31addf0a31c01f /meta-webserver/recipes-webadmin/webmin | |
parent | 42f52f590c2dd0d2745104ed15f35a49df522283 (diff) | |
download | meta-openembedded-b23da47bb80310a15ad8d6cf8f5482cf300fac6e.tar.gz |
webmin: ensure correct PERLLIB path
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-webadmin/webmin')
-rw-r--r-- | meta-webserver/recipes-webadmin/webmin/webmin_1.801.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-webserver/recipes-webadmin/webmin/webmin_1.801.bb b/meta-webserver/recipes-webadmin/webmin/webmin_1.801.bb index 3fc083a36..d96c0f2bc 100644 --- a/meta-webserver/recipes-webadmin/webmin/webmin_1.801.bb +++ b/meta-webserver/recipes-webadmin/webmin/webmin_1.801.bb | |||
@@ -109,6 +109,9 @@ do_install() { | |||
109 | export no_pam=1 | 109 | export no_pam=1 |
110 | mkdir -p $tempdir | 110 | mkdir -p $tempdir |
111 | ${S}/../setup.sh | 111 | ${S}/../setup.sh |
112 | |||
113 | # Ensure correct PERLLIB path | ||
114 | sed -i -e 's#${D}##g' ${D}${sysconfdir}/webmin/start | ||
112 | } | 115 | } |
113 | 116 | ||
114 | INITSCRIPT_NAME = "webmin" | 117 | INITSCRIPT_NAME = "webmin" |