blob: a7bae4448ae1258671acaeceec8376cf1a2993e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.9 2004/11/22 13:42:42 adam Exp $
--- data/Makefile.in.orig 2004-10-29 16:11:18.000000000 +0000
+++ data/Makefile.in
@@ -233,7 +233,7 @@ target_alias = @target_alias@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-monodir = $(sysconfdir)/mono
+monodir = $(datadir)/examples/mono
EXTRA_DIST = config.in \
machine.config \
DefaultWsdlHelpGenerator.aspx \
|