From 023ec1808ee0fe5deb949cdf2d1067816c351af1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 14 Sep 2006 14:45:47 +0000 Subject: [PATCH] - fix bashism Changed files: mythtv-configure.patch -> 1.3 --- mythtv-configure.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mythtv-configure.patch diff --git a/mythtv-configure.patch b/mythtv-configure.patch new file mode 100644 index 0000000..66fb78c --- /dev/null +++ b/mythtv-configure.patch @@ -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 -- 2.43.0