diff options
author | James Meyer <james.meyer@operamail.com> | 2009-01-04 18:49:24 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-01-04 18:49:24 (GMT) |
commit | 116edc0c0cc1b926acce635a76d102408b118a92 (patch) | |
tree | 237e661dc7f5b1bb4b18350ab3a48e5a15283851 /abs/extra-testing/mythappletrailers/PKGBUILD | |
parent | 29e945b91760568116a21e0076fae046b33a2663 (diff) | |
parent | 7f42f55d022dc8ca818a76dccfc66fce7c8dea4f (diff) | |
download | linhes_pkgbuild-116edc0c0cc1b926acce635a76d102408b118a92.zip linhes_pkgbuild-116edc0c0cc1b926acce635a76d102408b118a92.tar.gz linhes_pkgbuild-116edc0c0cc1b926acce635a76d102408b118a92.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD.git
Diffstat (limited to 'abs/extra-testing/mythappletrailers/PKGBUILD')
-rw-r--r-- | abs/extra-testing/mythappletrailers/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/abs/extra-testing/mythappletrailers/PKGBUILD b/abs/extra-testing/mythappletrailers/PKGBUILD index 73f7add..ec4d701 100644 --- a/abs/extra-testing/mythappletrailers/PKGBUILD +++ b/abs/extra-testing/mythappletrailers/PKGBUILD @@ -3,14 +3,14 @@ pkgname=mythappletrailers pkgver=0.04.3 -pkgrel=6 +pkgrel=12 pkgdesc="Unofficial Add-on for MythTV to get Apple.com Movie Trailers." arch=('i686' 'x86_64') license=('GPL2') url="http://www.mythtv.org/wiki/index.php/Myth_Apple_Trailers" depends=('php') install=mythappletrailers.install -source=('http://colt45.chemlab.org/misc_scripts/mythtrailer/0.4/mythappletrailer-0.04.3.tar' +source=('myth_trailers_grabber' 'trailers') build() { @@ -21,6 +21,7 @@ build() { touch $startdir/pkg/home/mythtv/appletrailer.xml chown 1000:1000 $startdir/pkg/home/mythtv/appletrailer.xml chmod 755 trailers - chmod 755 myth*/myth* - cp trailers $startdir/pkg/etc/cron.daily + chmod 755 myth_trailers_grabber + cp myth_trailers_grabber $startdir/pkg/usr/bin/ + cp trailers $startdir/pkg/etc/cron.daily/ } |