diff options
author | Cecil <knoppmyth@gmail.com> | 2012-01-19 19:39:57 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2012-01-19 19:39:57 (GMT) |
commit | 1740617acc18a93c2ab90ea46d1d434e29344fda (patch) | |
tree | 5999b944c21444f888da9de85d681559e19ccc63 /abs/extra/mythexport | |
parent | 61b527a2926d87234b74a083915ebddaf0aa58e5 (diff) | |
download | linhes_pkgbuild-1740617acc18a93c2ab90ea46d1d434e29344fda.zip linhes_pkgbuild-1740617acc18a93c2ab90ea46d1d434e29344fda.tar.gz linhes_pkgbuild-1740617acc18a93c2ab90ea46d1d434e29344fda.tar.bz2 |
mythexport:Fixes symlink not being created.
Diffstat (limited to 'abs/extra/mythexport')
-rw-r--r-- | abs/extra/mythexport/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/extra/mythexport/mythexport.install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/mythexport/PKGBUILD b/abs/extra/mythexport/PKGBUILD index 8756857..ef83b5a 100644 --- a/abs/extra/mythexport/PKGBUILD +++ b/abs/extra/mythexport/PKGBUILD @@ -3,7 +3,7 @@ pkgname=mythexport pkgver=2.2.3 -pkgrel=7 +pkgrel=8 pkgdesc="Export MythTV recording to portable media players" arch=('i686' 'x86_64') license=('GPL3') diff --git a/abs/extra/mythexport/mythexport.install b/abs/extra/mythexport/mythexport.install index 9bd1213..5f79aeb 100644 --- a/abs/extra/mythexport/mythexport.install +++ b/abs/extra/mythexport/mythexport.install @@ -12,7 +12,7 @@ post_install() { 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 |