$OpenBSD: patch-mcs_class_corlib_System_Environment_cs,v 1.1 2018/03/29 19:33:18 robert Exp $

Index: mcs/class/corlib/System/Environment.cs
--- mcs/class/corlib/System/Environment.cs.orig
+++ mcs/class/corlib/System/Environment.cs
@@ -676,7 +676,7 @@ namespace System {
 			case SpecialFolder.MyVideos:
 				return ReadXdgUserDir (config, home, "XDG_VIDEOS_DIR", "Videos");
 			case SpecialFolder.CommonTemplates:
-				return "/usr/share/templates";
+				return "/usr/local/share/templates";
 			case SpecialFolder.Fonts:
 				if (Platform == PlatformID.MacOSX)
 					return Path.Combine (home, "Library", "Fonts");
@@ -739,7 +739,7 @@ namespace System {
 				return String.Empty;
 			// This is where data common to all users goes
 			case SpecialFolder.CommonApplicationData:
-				return "/usr/share";
+				return "/usr/local/share";
 			default:
 				throw new ArgumentException ("Invalid SpecialFolder");
 			}
