From caa6067f7faf33200681c75843ce2e059cb1c0b4 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 15 Oct 2010 20:06:53 -0700 Subject: Various fixes for cp argument portability --- recipes/mythtv/mythplugins_0.23+fixes.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/mythtv/mythplugins_0.23+fixes.bb') diff --git a/recipes/mythtv/mythplugins_0.23+fixes.bb b/recipes/mythtv/mythplugins_0.23+fixes.bb index 0ce6784ade..0d2eb5f7b5 100644 --- a/recipes/mythtv/mythplugins_0.23+fixes.bb +++ b/recipes/mythtv/mythplugins_0.23+fixes.bb @@ -68,12 +68,12 @@ do_install () { install -d ${D}${sysconfdir}/ install -d ${D}${sysconfdir}/apache2 install -d ${D}${sysconfdir}/apache2/extra - cp -r ${S}/mythweb/* ${D}/${datadir}/apache2/htdocs/ + cp -R ${S}/mythweb/* ${D}/${datadir}/apache2/htdocs/ mv ${S}/mythweb/mythweb.conf.apache ${D}${sysconfdir}/apache2/extra/mythweb.conf sed -i -e s:/var/www/html:/usr/share/apache2/htdocs:g ${D}${sysconfdir}/apache2/extra/mythweb.conf install -d ${D}/www install -d ${D}/www/pages - cp -r ${S}/mythweb/* ${D}/www/pages/ + cp -R ${S}/mythweb/* ${D}/www/pages/ mv ${S}/mythweb/mythweb.conf.lighttpd ${D}${sysconfdir}/mythweb.conf sed -i -e s:/var/www/html:/www/pages:g ${D}${sysconfdir}/mythweb.conf } -- cgit 1.2.3-korg