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

Mirco Bauer meebey-guest@haydn.debian.org
Sun, 06 Jun 2004 12:18:46 -0600


Author: meebey-guest
Date: 2004-06-06 12:18:43 -0600 (Sun, 06 Jun 2004)
New Revision: 898

Modified:
   mcs/trunk/debian/rules
Log:
- final escape fix, I hate this fucking makefile escaping, I will move it to patch-upstream-crap.pl soon



Modified: mcs/trunk/debian/rules
===================================================================
--- mcs/trunk/debian/rules	2004-06-06 17:28:28 UTC (rev 897)
+++ mcs/trunk/debian/rules	2004-06-06 18:18:43 UTC (rev 898)
@@ -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)