From d2c10e29892c10bbfebdddc30647a5a5aaa97232 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 4 Oct 2010 19:34:31 +0200 Subject: mythplugins: fix include directive for lighty Signed-off-by: Frans Meulenbroeks --- recipes/mythtv/mythplugins_0.23+fixes.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/mythtv/mythplugins_0.23+fixes.bb b/recipes/mythtv/mythplugins_0.23+fixes.bb index 62199b5a75..f474dd946c 100644 --- a/recipes/mythtv/mythplugins_0.23+fixes.bb +++ b/recipes/mythtv/mythplugins_0.23+fixes.bb @@ -22,7 +22,7 @@ DEPENDS += " libxml-xpath-perl-native libxml-simple-perl-native libdatetime-form RDEPENDS_mythweather += " libxml-xpath-perl libxml-simple-perl libdatetime-format-iso8601-perl \ libsoap-lite-perl libimage-size-perl libdate-manip-perl " -PR = "svnr${SRCPV}+r3" +PR = "svnr${SRCPV}+r4" PV = "0.23" SRCREV = "25609" @@ -85,7 +85,7 @@ pkg_postinst_mythweb-lighttpd () { chgrp -R www-data /var/www/pages chmod g+rw /var/www/pages grep mythweb.conf /etc/lighttpd.conf || \ - echo "Include /etc/mythweb.conf" >>/etc/lighttpd.conf + echo "include \"mythweb.conf\"" >>/etc/lighttpd.conf } PACKAGES =+ " \ -- cgit 1.2.3-korg