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

Re: How to suppress expected lintian warnings?



* Alexander Reichle-Schmehl <alexander@schmehl.info>, 2011-11-24, 15:11:
... and I think your check for the 32-Bit architecture is incomplete, but I miss the machine to test that ;)
I'm not sure what you mean by that. Which check do you think is missing?

You do the following:

machine=`uname -m`
[..]
elif [ "$machine" = "i686" ];
then
	architecture="32"
	md5sums=$md5sums32
else
	echo "Error: NemID is not supported for your computer: $machine"
	exit 1
fi

And I'm not sure, but I could think that there are 32-Bit machines out there, which don't report i686 but something less,

Or even more:
| $ dpkg --print-architecture
| i386
| $ uname -m
| x86_64

--
Jakub Wilk


Reply to: