diff options
author | James Meyer <james.meyer@operamail.com> | 2009-09-08 14:30:08 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-09-08 14:30:08 (GMT) |
commit | fc7e1cd23de947c5ef6fcbb06561038f610b055f (patch) | |
tree | c548e96db39ed2048c65b8565181b628d3239370 /abs/extra-testing/mythappletrailers/fix_aple_url.sh | |
parent | 8beb20649824b0bc50d953e11a6d49f01a76cace (diff) | |
parent | ba38d110a556bc739c6306b4ecdb0c2765d15deb (diff) | |
download | linhes_pkgbuild-fc7e1cd23de947c5ef6fcbb06561038f610b055f.zip linhes_pkgbuild-fc7e1cd23de947c5ef6fcbb06561038f610b055f.tar.gz linhes_pkgbuild-fc7e1cd23de947c5ef6fcbb06561038f610b055f.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
* 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD:
Fuppes:bumped to compile latest.
mytharchive:bumped to compile latest.
fuppes:Added logrotation.
udev:modified usb-storage rule to cleanly unmount.
Local-website:Added zoneminder.
ZoneMinder:Further enhancements to run on LinHES.
zoneminder:bumped to recompile for ffmpeg-svn.
LinHES-config:Added mythzoneminder.
MythInstall:Added MythZoneMinder to list of installable software.
Zoneminder:Changes needed to run on LinHES.
PHP: Updated md5sum for php.ini.
PHP:Changes to php.ini for Zoneminder.
scanfw scte65scan: initial inclusion
MythAppleTrailers:Fixes the URL change.
Diffstat (limited to 'abs/extra-testing/mythappletrailers/fix_aple_url.sh')
-rw-r--r-- | abs/extra-testing/mythappletrailers/fix_aple_url.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/extra-testing/mythappletrailers/fix_aple_url.sh b/abs/extra-testing/mythappletrailers/fix_aple_url.sh new file mode 100644 index 0000000..a08be65 --- /dev/null +++ b/abs/extra-testing/mythappletrailers/fix_aple_url.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cat /home/mythtv/appletrailer.xml | sed -e 's|http:/\/\movies.apple|http:\/\/apple|g' > /tmp/appletrailer.xml +mv /tmp/appletrailer.xml /home/mythtv |