From 9643b91c450f6ea3be9a1823863de8c9f41acdc0 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 14 Apr 2016 18:23:18 +0000 Subject: [PATCH] community/mythtv to 0.28-3 --- community/mythtv/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD index f45b7e956..59f5304e6 100644 --- a/community/mythtv/PKGBUILD +++ b/community/mythtv/PKGBUILD @@ -11,7 +11,7 @@ pkgname=mythtv pkgver=0.28 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') @@ -39,7 +39,7 @@ sha256sums=('3b0028c8f86e1cdeb722ac54f9e0aa6e72d30f2e94fd8ae0a2c177d7bc1e1216' prepare() { cd $pkgname-$pkgver/$pkgname - find 'bindings/python' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' + find 'bindings/python' 'contrib' 'programs/scripts' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' } build() {