Comment 6 for bug 1001976

Revision history for this message
Michael Neuffer (neuffer) wrote :

It should also be added the the AMD64 DEB Package is buggy and does not install.
The Postinstall script needs to be amended

--- icaclient.postinst~ 2012-04-13 16:57:31.000000000 +0200
+++ icaclient.postinst 2012-10-19 10:44:41.001099499 +0200
@@ -2645,7 +2645,7 @@
  NotIntel=0
  NotARM=0

- echo $Arch|grep "i[0-9]86" >/dev/null
+ echo $Arch|grep -E "i[0-9]86|x86_64" >/dev/null
  if [ $? -ne 0 ]; then
   NotIntel=1
  fi