$OpenBSD: patch-mcs_class_corlib_System_Environment_cs,v 1.2 2020/04/06 15:11:11 robert Exp $

Index: mcs/class/corlib/System/Environment.cs
--- mcs/class/corlib/System/Environment.cs.orig
+++ mcs/class/corlib/System/Environment.cs
@@ -678,7 +678,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");
@@ -741,7 +741,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");
 			}
