]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- fix bashism
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Sep 2006 14:45:47 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv-configure.patch -> 1.3

mythtv-configure.patch [new file with mode: 0644]

diff --git a/mythtv-configure.patch b/mythtv-configure.patch
new file mode 100644 (file)
index 0000000..66fb78c
--- /dev/null
@@ -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 
This page took 0.066263 seconds and 4 git commands to generate.