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

Eduard Bloch blade@haydn.debian.org
Sun, 06 Jun 2004 17:35:49 -0600


Author: blade
Date: 2004-06-06 17:35:46 -0600 (Sun, 06 Jun 2004)
New Revision: 903

Modified:
   mono/trunk/debian/rules
Log:
monosn no longer installed by Makefile for some reason, work around with cp


Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2004-06-06 23:08:23 UTC (rev 902)
+++ mono/trunk/debian/rules	2004-06-06 23:35:46 UTC (rev 903)
@@ -60,6 +60,8 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	# this is no longer installed by the build system, why?
+	cp -a ./mono/metadata/monosn $(CURDIR)/debian/tmp/usr/bin
 	# removing trash (real assemblies/libs get build by the mcs source package)
 	rm -f $(CURDIR)/debian/tmp/usr/lib/libMonoPosixHelper*
 	rm -f $(CURDIR)/debian/tmp/usr/lib/mscorlib.dll