The Mono Project is an open development initiative sponsored by Ximian that is working to develop an open source, Unix version of the Microsoft .NET development platform. Its objective is to enable Unix developers to build and deploy cross-platform .NET Applications. The project will implement various technologies developed by Microsoft that have now been submitted to the ECMA for standardization.
12 lines
419 B
Text
12 lines
419 B
Text
$NetBSD: patch-data_net__4__5_Browsers_Makefile.am,v 1.1 2019/08/25 16:37:01 maya Exp $
|
|
|
|
Install configuration files to the examples directory.
|
|
|
|
--- data/net_4_5/Browsers/Makefile.am.orig 2019-07-18 07:46:04.000000000 +0000
|
|
+++ data/net_4_5/Browsers/Makefile.am
|
|
@@ -1,4 +1,4 @@
|
|
-monodir = $(sysconfdir)/mono/4.5/Browsers
|
|
+monodir = $(datadir)/examples/mono/4.5/Browsers
|
|
|
|
EXTRA_DIST = ../../Browsers/Compat.browser
|
|
|