]> git.pld-linux.org Git - packages/mono.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:41:17 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mono-DESTDIR.patch -> 1.2
    mono-lib64.patch -> 1.3

mono-DESTDIR.patch [deleted file]
mono-lib64.patch [deleted file]

diff --git a/mono-DESTDIR.patch b/mono-DESTDIR.patch
deleted file mode 100644 (file)
index 7b19f8c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- mono-0.7/runtime/Makefile.am~      Thu Dec 13 18:40:55 2001
-+++ mono-0.7/runtime/Makefile.am       Thu Dec 13 18:40:55 2001
-@@ -9,7 +9,7 @@
- assembliesdir = $(libdir)
- install-data-hook:
--      -cp $(srcdir)/*.dll $(assembliesdir)
-+      -cp $(srcdir)/*.dll $(DESTDIR)$(assembliesdir)
- dist-hook:
-       -cp $(srcdir)/*.dll $(distdir)
diff --git a/mono-lib64.patch b/mono-lib64.patch
deleted file mode 100644 (file)
index 83de56d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- mono-1.0.6/mcs-1.0.6/tools/gacutil/driver.cs.orig  2005-02-24 22:52:33.000000000 +0100
-+++ mono-1.0.6/mcs-1.0.6/tools/gacutil/driver.cs       2005-02-24 22:52:55.000000000 +0100
-@@ -598,9 +598,7 @@
-               private static string EnsureLib (string dir)
-               {
-                       DirectoryInfo d = new DirectoryInfo (dir);
--                      if (d.Name == "lib")
-                               return dir;
--                      return Path.Combine (dir, "lib");
-               }
-               private static void WriteLine ()
This page took 0.690786 seconds and 4 git commands to generate.