[Pkg-mono-svn-commits] rev 738 - mcs/trunk/debian
Mirco Bauer
meebey-guest@haydn.debian.org
Thu, 20 May 2004 09:30:27 -0600
Author: meebey-guest
Date: 2004-05-20 09:30:24 -0600 (Thu, 20 May 2004)
New Revision: 738
Modified:
mcs/trunk/debian/rules
Log:
- added chmod +x call for mcs-wrapper
Modified: mcs/trunk/debian/rules
===================================================================
--- mcs/trunk/debian/rules 2004-05-20 14:03:56 UTC (rev 737)
+++ mcs/trunk/debian/rules 2004-05-20 15:30:24 UTC (rev 738)
@@ -41,6 +41,7 @@
ln -sf ../../bin/mcs.exe $(CURDIR)/debian/mono-mcs/usr/share/dotnet/mono/1.0/mcs.exe
# mcs.exe doesn't like to be started from anywhere except from
# /usr/lib/mono/1.0/mcs.exe, so this special wrapper is needed
+ chmod +x $(CURDIR)/debian/mcs-wrapper
cp $(CURDIR)/debian/mcs-wrapper \
$(CURDIR)/debian/mono-mcs/usr/bin/mcs
chmod -x $(CURDIR)/debian/mono-assemblies-base/usr/share/dotnet/lib/mscorlib.dll