diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-02 20:31:10 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-02 20:31:10 (GMT) |
commit | d2e0d7a0288bee1a760c4163c54a7c15703788da (patch) | |
tree | b77001a494b9bc3b88a436a9a8b288c92d78c92f /abs/extra-testing/mythappletrailers/PKGBUILD | |
parent | f97cc2aa227cf92d962e5167a442339849d3f2f2 (diff) | |
download | linhes_pkgbuild-d2e0d7a0288bee1a760c4163c54a7c15703788da.zip linhes_pkgbuild-d2e0d7a0288bee1a760c4163c54a7c15703788da.tar.gz linhes_pkgbuild-d2e0d7a0288bee1a760c4163c54a7c15703788da.tar.bz2 |
Fixed grabber.
Diffstat (limited to 'abs/extra-testing/mythappletrailers/PKGBUILD')
-rw-r--r-- | abs/extra-testing/mythappletrailers/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra-testing/mythappletrailers/PKGBUILD b/abs/extra-testing/mythappletrailers/PKGBUILD index 3fb2819..6541b25 100644 --- a/abs/extra-testing/mythappletrailers/PKGBUILD +++ b/abs/extra-testing/mythappletrailers/PKGBUILD @@ -3,14 +3,14 @@ pkgname=mythappletrailers pkgver=0.04.3 -pkgrel=9 +pkgrel=10 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,7 +21,7 @@ build() { touch $startdir/pkg/home/mythtv/appletrailer.xml chown 1000:1000 $startdir/pkg/home/mythtv/appletrailer.xml chmod 755 trailers - chmod 755 mythtraler/myth* - cp mythtraler/myth_trailers_grabber $startdir/pkg/usr/bin/ + chmod 755 myth_trailers_grabber + cp myth_trailers_grabber $startdir/pkg/usr/bin/ cp trailers $startdir/pkg/etc/cron.daily/ } |