diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra/mythexport/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/extra/mythexport/mythexport.install | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/abs/extra/mythexport/PKGBUILD b/abs/extra/mythexport/PKGBUILD index f7c734c..1a51bd2 100644 --- a/abs/extra/mythexport/PKGBUILD +++ b/abs/extra/mythexport/PKGBUILD @@ -3,7 +3,7 @@ pkgname=mythexport pkgver=2.2.3 -pkgrel=9 +pkgrel=13 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 5f79aeb..d2c1ae0 100644 --- a/abs/extra/mythexport/mythexport.install +++ b/abs/extra/mythexport/mythexport.install @@ -10,7 +10,6 @@ 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 /myth/mythexport /usr/share/mythtv/mythexport/video |