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

Mirco Bauer meebey-guest@haydn.debian.org
Sun, 06 Jun 2004 11:28:31 -0600


Author: meebey-guest
Date: 2004-06-06 11:28:28 -0600 (Sun, 06 Jun 2004)
New Revision: 897

Modified:
   mcs/trunk/debian/rules
Log:
- escaping fix



Modified: mcs/trunk/debian/rules
===================================================================
--- mcs/trunk/debian/rules	2004-06-06 17:15:41 UTC (rev 896)
+++ mcs/trunk/debian/rules	2004-06-06 17:28:28 UTC (rev 897)
@@ -10,7 +10,7 @@
 	mkdir -p $(CURDIR)/.wabi
 	perl -pe 's/RUNTIME.=.mono/RUNTIME = cli/;' -i $(CURDIR)/build/config-default.make
 	# gacutil bug, he ignores the /root parameter
-	perl -pe 's,/root \$$(DESTDIR)$$(prefix)/lib /package \$$(PACKAGE),/package \$$(PACKAGE) /root \$$(DESTDIR)$$(prefix)/lib,' \
+	perl -pe 's,/root \$$(DESTDIR)\$$(prefix)/lib /package \$$(PACKAGE),/package \$$(PACKAGE) /root \$$(DESTDIR)\$$(prefix)/lib,' \
 	  -i $(CURDIR)/build/library.make
 	./configure --prefix=/usr
 	$(MAKE)