1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 00_use_csc.dpatch by Iain Lane <laney@ubuntu.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad cecil-flowanalysis-0.1~svn.68457~/Makefile cecil-flowanalysis-0.1~svn.68457/Makefile
--- cecil-flowanalysis-0.1~svn.68457~/Makefile 2006-09-15 15:26:49.000000000 +0100
+++ cecil-flowanalysis-0.1~svn.68457/Makefile 2009-02-28 17:04:26.000000000 +0000
@@ -1,4 +1,4 @@
-MCS = mcs
+MCS = /usr/bin/mono-csc
KEY_FILE = ../../mcs/class/mono.snk
MCS_FLAGS = -keyfile:$(KEY_FILE)
BUILD.DIR = bin
|