SOURCES: mythtv-configure.patch (NEW) - fix bashism

glen glen at pld-linux.org
Thu Sep 14 16:45:52 CEST 2006


Author: glen                         Date: Thu Sep 14 14:45:52 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix bashism

---- Files affected:
SOURCES:
   mythtv-configure.patch (1.2 -> 1.3)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mythtv-configure.patch
diff -u /dev/null SOURCES/mythtv-configure.patch:1.3
--- /dev/null	Thu Sep 14 16:45:52 2006
+++ SOURCES/mythtv-configure.patch	Thu Sep 14 16:45:47 2006
@@ -0,0 +1,11 @@
+--- mythtv-0.20/configure	2006-09-14 15:58:26.000000000 +0300
++++ mythtv/configure	2006-09-05 05:09:59.000000000 +0300
+@@ -452,7 +452,7 @@
+             x"$processor" = x"unknown" -o x"$processor" = x"powerpc" ; then 
+         processor=`/usr/bin/hostinfo | grep "Processor type:"` 
+         processor=${processor#Processor type: *} 
+-        processor=${processor% (*} 
++        processor="${processor% \(*}"
+         if test x"`echo $processor | cut -c1-3`" = x"ppc" ; then
+             tune=$processor 
+         else 
================================================================


More information about the pld-cvs-commit mailing list