diff options
author | Cecil <knoppmyth@gmail.com> | 2012-01-20 08:18:00 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2012-01-20 08:18:00 (GMT) |
commit | 406013fc2388ed5cfae1616d17439dc239baff43 (patch) | |
tree | 5cbfc4f67e0951b4e503440e0d4bbd4a42fab467 /abs/extra/mythexport | |
parent | 5804f812608abe775b3a0aeedcf27e97aafdd792 (diff) | |
download | linhes_pkgbuild-406013fc2388ed5cfae1616d17439dc239baff43.zip linhes_pkgbuild-406013fc2388ed5cfae1616d17439dc239baff43.tar.gz linhes_pkgbuild-406013fc2388ed5cfae1616d17439dc239baff43.tar.bz2 |
mythexport:works out the box.
Diffstat (limited to 'abs/extra/mythexport')
-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 |