[Pkg-kbd-devel] Bug#374765: console-setup: shell syntax error
causes hang on installation on powerpc
Colin Watson
cjwatson at debian.org
Wed Jun 21 07:17:30 UTC 2006
Package: console-setup
Version: 1.6
Severity: important
Tags: patch
There's a shell syntax error in debian/config.proto that causes
installation of the console-setup package to hang on powerpc. Patch
attached.
Thanks,
--
Colin Watson [cjwatson at debian.org]
-------------- next part --------------
--- console-setup-1.6.orig/debian/config.proto 2006-03-19 22:24:40.000000000 +0000
+++ console-setup-1.6/debian/config.proto 2006-06-21 08:09:21.000000000 +0100
@@ -161,7 +161,7 @@
if [ "$arch" = 'powerpc' -o "$arch" = 'm68k' ]; then
if [ "$arch" = powerpc ]; then
- line = `sed -n 's/^machine.*: *//p' /proc/cpuinfo`
+ line=`sed -n 's/^machine.*: *//p' /proc/cpuinfo`
if [ "$line" = '' ]; then
echo unknown
return 0
More information about the Pkg-kbd-devel
mailing list