diff options
-rw-r--r-- | abs/extra/mythexport/mythexport.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra/mythexport/mythexport.install b/abs/extra/mythexport/mythexport.install index d2c1ae0..a599f2d 100644 --- a/abs/extra/mythexport/mythexport.install +++ b/abs/extra/mythexport/mythexport.install @@ -13,7 +13,7 @@ post_install() { mysql -u root mythconverg < /usr/share/mythtv/mythexport.sql ln -s /usr/share/mythtv/mythexport /data/srv/httpd/htdocs ln -s /myth/mythexport /usr/share/mythtv/mythexport/video - ln -s /home/mythtv/.mythtv/config.xml /srv/http/.mythtv + ln -s $MYTHHOME/.mythtv/config.xml /srv/http/.mythtv chown mythtv:mythtv /var/run/mythtv chown -R mythtv:mythtv /etc/mythtv |