diff options
| -rw-r--r-- | abs/extra-testing/mythvodka/PKGBUILD | 2 | ||||
| -rwxr-xr-x | abs/extra-testing/mythvodka/hulu_grabber.sh | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/mythvodka/PKGBUILD b/abs/extra-testing/mythvodka/PKGBUILD index 2a59f2b..0832093 100644 --- a/abs/extra-testing/mythvodka/PKGBUILD +++ b/abs/extra-testing/mythvodka/PKGBUILD @@ -3,7 +3,7 @@  pkgname=mythvodka  pkgver=0.7 -pkgrel=10 +pkgrel=11  pkgdesc="MythVodka (Video On Demand Killer App) is a plugin for MythTV allowing streaming of BBC iPlayer, Hulu, HTTP and NZB content."  arch=('i686' 'x86_64')  license=('GPL2') diff --git a/abs/extra-testing/mythvodka/hulu_grabber.sh b/abs/extra-testing/mythvodka/hulu_grabber.sh index fa76a6a..4840dc0 100755 --- a/abs/extra-testing/mythvodka/hulu_grabber.sh +++ b/abs/extra-testing/mythvodka/hulu_grabber.sh @@ -3,7 +3,7 @@ log=/var/log/mythtv/hulu_grabber.log  out=/var/tmp/huludata.xml  rm -f $log  echo "Start on `date`" >>$log 2>&1 -time /usr/local/bin/gethulu.pl $out.new >>$log 2>&1 +/usr/local/bin/gethulu.pl $out.new >>$log 2>&1  stat=$?  if [ $stat -ne 0 ]; then    echo "Bad status $stat from gethulu.pl" >>$log 2>&1  | 
