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

Eduard Bloch blade@haydn.debian.org
Sat, 12 Jun 2004 11:27:11 -0600


Author: blade
Date: 2004-06-12 11:27:08 -0600 (Sat, 12 Jun 2004)
New Revision: 962

Modified:
   mono/trunk/debian/rules
Log:
Ehm, forgot something


Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2004-06-12 17:24:34 UTC (rev 961)
+++ mono/trunk/debian/rules	2004-06-12 17:27:08 UTC (rev 962)
@@ -35,7 +35,7 @@
 # we don't touch precompiled stuff
 	perl -pe 's,\ runtime\ ,  ,' -i Makefile
 	$(MAKE)
-	( cat debian/mono-jit.postinst.head; ARCH= ; case `dpkg-architecture -qDEB_HOST_ARCH` in i386|powerpc|s390) cat debian/mono-jit.postinst.mono-setup ;; *) cat debian/mono-jit.postinst.mint-setup ;; esac )
+	( cat debian/mono-jit.postinst.head; ARCH= ; case `dpkg-architecture -qDEB_HOST_ARCH` in i386|powerpc|s390) cat debian/mono-jit.postinst.mono-setup ;; *) cat debian/mono-jit.postinst.mint-setup ;; esac ) > debian/mono-jit.postinst
 	touch build-stamp
 
 #clean: unpatch