diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-24 07:47:00 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-24 07:47:00 (GMT) |
commit | 52a548a01b35ec8c944010744a0b90578b82f6ba (patch) | |
tree | 41b004709fe1213332b494f442453afa98f1277d | |
parent | 53b2ba2e54ac7d591566338d8cf3c17d60023527 (diff) | |
download | linhes_pkgbuild-52a548a01b35ec8c944010744a0b90578b82f6ba.zip linhes_pkgbuild-52a548a01b35ec8c944010744a0b90578b82f6ba.tar.gz linhes_pkgbuild-52a548a01b35ec8c944010744a0b90578b82f6ba.tar.bz2 |
Additional modifications needed for MythExport.
-rw-r--r-- | abs/extra-testing/mythexport/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/extra-testing/mythexport/mythexport.install | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/abs/extra-testing/mythexport/PKGBUILD b/abs/extra-testing/mythexport/PKGBUILD index 6139922..65cde0b 100644 --- a/abs/extra-testing/mythexport/PKGBUILD +++ b/abs/extra-testing/mythexport/PKGBUILD @@ -3,7 +3,7 @@ pkgname=mythexport pkgver=1.0.6 -pkgrel=5 +pkgrel=6 pkgdesc="Script to export recordings for portable devices." arch=('i686' 'x86_64') license=('GPL2') diff --git a/abs/extra-testing/mythexport/mythexport.install b/abs/extra-testing/mythexport/mythexport.install index 4408a16..a0a2e1b 100644 --- a/abs/extra-testing/mythexport/mythexport.install +++ b/abs/extra-testing/mythexport/mythexport.install @@ -1,6 +1,8 @@ # arg 1: the new package version post_install() {a mysql -u root mythconverg < /usr/share/mythtv/mythexport.sql + ln -s /usr/share/mythtv/mythexport /data/srv/httpd/htdocs/ + ln -s /myth/archive /usr/share/mythtv/mythexport/video } op=$1 |