diff options
author | Bob Igo <bob@stormlogic.com> | 2009-08-25 16:17:55 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-08-25 16:17:55 (GMT) |
commit | ac8a679dad17bc7448d4229f68f5e5c6c703e798 (patch) | |
tree | ddf72fcf8dd0e1e3600d3daa58305bbcea3be913 /abs/extra-testing/mythappletrailers/PKGBUILD | |
parent | 8a9438599b6a623814702b625d11a96e8bbdad69 (diff) | |
parent | 6ba090f1282f7a34d5ae396ef4b15610cd22f1c0 (diff) | |
download | linhes_pkgbuild-ac8a679dad17bc7448d4229f68f5e5c6c703e798.zip linhes_pkgbuild-ac8a679dad17bc7448d4229f68f5e5c6c703e798.tar.gz linhes_pkgbuild-ac8a679dad17bc7448d4229f68f5e5c6c703e798.tar.bz2 |
Merge branch 'master' of ssh://knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/mythappletrailers/PKGBUILD')
-rw-r--r-- | abs/extra-testing/mythappletrailers/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/extra-testing/mythappletrailers/PKGBUILD b/abs/extra-testing/mythappletrailers/PKGBUILD index ce1c793..7cb7f7a 100644 --- a/abs/extra-testing/mythappletrailers/PKGBUILD +++ b/abs/extra-testing/mythappletrailers/PKGBUILD @@ -3,7 +3,7 @@ pkgname=mythappletrailers pkgver=0.04.3 -pkgrel=27 +pkgrel=29 pkgdesc="Unofficial Add-on for MythTV to get Apple.com Movie Trailers." arch=('i686' 'x86_64') license=('GPL2') @@ -11,7 +11,7 @@ url="http://www.mythtv.org/wiki/index.php/Myth_Apple_Trailers" depends=('php' 'mythtv' 'mplayer-wrapper') install=mythappletrailers.install source=('myth_trailers_grabber' 'appletrailer.xml' - 'trailers') + 'trailers' 'loading.sh') build() { mkdir -p $startdir/pkg/usr/bin @@ -22,6 +22,8 @@ build() { chown 1000:1000 $startdir/pkg/home/mythtv/appletrailer.xml chmod 755 trailers chmod 755 myth_trailers_grabber + chmod 755 loading.sh cp myth_trailers_grabber $startdir/pkg/usr/bin/ + cp loading.sh $startdir/pkg/usr/bin/ cp trailers $startdir/pkg/etc/cron.daily/ } |