[Pkg-mono-svn-commits] rev 723 - mono/trunk/debian

Mirco Bauer meebey-guest@haydn.debian.org
Thu, 20 May 2004 03:36:34 -0600


Author: meebey-guest
Date: 2004-05-20 03:36:32 -0600 (Thu, 20 May 2004)
New Revision: 723

Modified:
   mono/trunk/debian/mono-jit.postinst
Log:
- mono-jit for ppc is back (now with more stability)



Modified: mono/trunk/debian/mono-jit.postinst
===================================================================
--- mono/trunk/debian/mono-jit.postinst	2004-05-20 09:35:12 UTC (rev 722)
+++ mono/trunk/debian/mono-jit.postinst	2004-05-20 09:36:32 UTC (rev 723)
@@ -8,7 +8,7 @@
 fi
 
 ARCH=$(dpkg-architecture -qDEB_HOST_ARCH)
-if [[ "$ARCH" = "i386" || "$ARCH" = "s390" ]]; then
+if [[ "$ARCH" = "i386" || "$ARCH" = "powerpc" || "$ARCH" = "s390" ]]; then
 	update-alternatives --install /usr/bin/cli cli /usr/bin/mono 14 --slave /usr/share/man/man1/cli.1.gz cli.1.gz /usr/share/man/man1/mono.1.gz
 else
 	update-alternatives --install /usr/bin/cli cli /usr/bin/mono 9 --slave /usr/share/man/man1/cli.1.gz cli.1.gz /usr/share/man/man1/mono.1.gz