[arch-commits] Commit in mythtv/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Apr 14 17:41:23 UTC 2016


    Date: Thursday, April 14, 2016 @ 19:41:23
  Author: arojas
Revision: 171078

More python -> python2 porting (FS#48939)

Modified:
  mythtv/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-14 17:33:24 UTC (rev 171077)
+++ PKGBUILD	2016-04-14 17:41:23 UTC (rev 171078)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.28
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@
 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() {



More information about the arch-commits mailing list