[Pkg-mono-svn-commits] rev 931 - mcs/trunk/debian

Eduard Bloch blade@haydn.debian.org
Thu, 10 Jun 2004 08:20:59 -0600


Author: blade
Date: 2004-06-10 08:20:56 -0600 (Thu, 10 Jun 2004)
New Revision: 931

Modified:
   mcs/trunk/debian/rules
Log:

Fixes, Workaround, Solutions


Modified: mcs/trunk/debian/rules
===================================================================
--- mcs/trunk/debian/rules	2004-06-10 14:18:42 UTC (rev 930)
+++ mcs/trunk/debian/rules	2004-06-10 14:20:56 UTC (rev 931)
@@ -48,7 +48,8 @@
 	for x in $(CURDIR)/debian/*/usr/bin ; do cd $$x ; for y in `find ../share/dotnet -name '*.exe'` ; do ln -sf cli-wrapper `basename $$y .exe` ; done ; done
 	find $(CURDIR)/debian/mono-assemblies-base/usr/share/dotnet/mono -type f -name "*.dll" -exec chmod -x {} \;
 	# /usr/lib/mono/1.0/mcs.exe, so this special wrapper is needed
-	# chmod +x $(CURDIR)/debian/mcs-wrapper
+	rm $(CURDIR)/debian/mono-mcs/usr/bin/mcs
+	install -m755 debian/mcs-wrapper $(CURDIR)/debian/mono-mcs/usr/bin/mcs
 
 # Build architecture-independent files here.
 binary-indep: build install