diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-31 00:30:14 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-31 00:30:14 (GMT) |
commit | 58cf4165d872bc3f6254c83a52e932075809d3c1 (patch) | |
tree | c647b72c5e505b9d1a048c073f8d1b93cf009395 | |
parent | 75b232e79475efb47d638f611e2a0bd9138de540 (diff) | |
download | linhes_pkgbuild-58cf4165d872bc3f6254c83a52e932075809d3c1.zip linhes_pkgbuild-58cf4165d872bc3f6254c83a52e932075809d3c1.tar.gz linhes_pkgbuild-58cf4165d872bc3f6254c83a52e932075809d3c1.tar.bz2 |
mythexport: remove references to /home/mythtv
-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 |