[Pkg-mono-svn-commits] revision 128

Eduard Bloch blade@quantz.debian.org
Fri, 23 Jan 2004 14:20:02 +0100


Repository changes in pkg-mono:

By: blade
Date: Fri, 23 Jan 2004 14:20:02 +0100
Modified:
U   xsp/trunk/debian/rules
Log:
Make the wrapper executable


Modified: xsp/trunk/debian/rules
===================================================================
--- xsp/trunk/debian/rules	2004-01-23 04:18:08 UTC (rev 127)
+++ xsp/trunk/debian/rules	2004-01-23 13:20:01 UTC (rev 128)
@@ -54,6 +54,7 @@
 
 	cd server && $(MAKE) install DESTDIR=$(CURDIR)/debian/mono-xsp
 	/bin/echo -e "#!/bin/sh\nexec /usr/bin/cli /usr/bin/xsp.exe" ' "$$@"' > $(CURDIR)/debian/mono-xsp/usr/bin/xsp
+	chmod +x $(CURDIR)/debian/mono-xsp/usr/bin/xsp
 	# only the server, the asp tool install is broken   
 	#$(MAKE) install DESTDIR=$(CURDIR)/debian/xsp