[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#178217: Patch



tags 178217 + patch
--
Since this has broken the buildd for hppa, I plan to NMU with the patch
below in a few hours.

lamont
-------------------------------------------------------------------------
--- debian/libc/DEBIAN/preinst.orig	2003-01-24 09:33:49.000000000 -0700
+++ debian/libc/DEBIAN/preinst	2003-01-24 09:33:33.000000000 -0700
@@ -119,7 +119,7 @@
     if [ "$realarch" = parisc64 ]
     then
 	kernel_ver=`uname -r`
-	if [ $ver = ${kernel_ver/pa/} ]
+	if [ $kernel_ver = ${kernel_ver/pa/} ]
 	then
 	    if dpkg --compare-versions "$kernel_ver" lt 2.4.19-64
 	    then
-------------------------------------------------------------------------



Reply to: