~ubuntu-branches/ubuntu/trusty/mono-zeroconf/trusty

« back to all changes in this revision

Viewing changes to debian/patches/02_provider-factory-path.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-12-20 04:54:46 UTC
  • Revision ID: james.westby@ubuntu.com-20071220045446-ze50w4wk3zd6rgmu
Tags: 0.7.3-1
Initial version (Closes: #457143).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
 
 
3
@DPATCH@
 
4
 
 
5
--- mono-zeroconf/src/Mono.Zeroconf/Mono.Zeroconf.Providers/ProviderFactory.cs.old      2007-12-20 05:53:53.000000000 +0100
 
6
+++ mono-zeroconf/src/Mono.Zeroconf/Mono.Zeroconf.Providers/ProviderFactory.cs  2007-12-20 05:54:11.000000000 +0100
 
7
@@ -86,8 +86,9 @@
 
8
                 for(int i = 0; i < path_parts.Length - 4; i++) {
 
9
                     new_path = Path.Combine(new_path, path_parts[i]);
 
10
                 }
 
11
-                
 
12
-                directories.Add(Path.Combine(new_path, "mono-zeroconf"));
 
13
+
 
14
+                new_path = Path.Combine(new_path, "cli");
 
15
+                directories.Add(Path.Combine(new_path, "mono-zeroconf-1.0"));
 
16
             }
 
17
             
 
18
             foreach(string directory in directories) {