diff options
author | James Meyer <james.meyer@operamail.com> | 2012-01-21 17:50:21 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-01-21 17:50:21 (GMT) |
commit | 397b7214417a55bd82f0300810949bf0e509597e (patch) | |
tree | 54274b396b8945b39a88ccd02ae4d3b8df174127 /abs/extra/mythexport/mythexport.install | |
parent | fff988e5af64cec5f49aea4656b74cb84ae9c5e0 (diff) | |
parent | 406013fc2388ed5cfae1616d17439dc239baff43 (diff) | |
download | linhes_pkgbuild-397b7214417a55bd82f0300810949bf0e509597e.zip linhes_pkgbuild-397b7214417a55bd82f0300810949bf0e509597e.tar.gz linhes_pkgbuild-397b7214417a55bd82f0300810949bf0e509597e.tar.bz2 |
Merge branch 'testing' of ssh://jams@linhes.org/mount/repository/linhes_pkgbuild into testing
Conflicts:
abs/core/LinHES-system/PKGBUILD
Diffstat (limited to 'abs/extra/mythexport/mythexport.install')
-rw-r--r-- | abs/extra/mythexport/mythexport.install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/extra/mythexport/mythexport.install b/abs/extra/mythexport/mythexport.install index 9bd1213..d2c1ae0 100644 --- a/abs/extra/mythexport/mythexport.install +++ b/abs/extra/mythexport/mythexport.install @@ -10,9 +10,8 @@ post_install() { mkdir /srv/http/.mythtv fi chown -R mythtv:mythtv /myth/mythexport - mysql -u root mythconverg < /usr/share/mythtv/mythexport.sql - ln -s /usr/share/mythtv/mythexport /data/srv/httpd/htdocs/ + 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 chown mythtv:mythtv /var/run/mythtv |