$OpenBSD: patch-lib_urlwatch_config_py,v 1.2 2020/05/14 11:49:33 sthen Exp $

Index: lib/urlwatch/config.py
--- lib/urlwatch/config.py.orig
+++ lib/urlwatch/config.py
@@ -61,7 +61,8 @@ class CommandConfig(BaseConfig):
 
         if self.bindir == 'bin':
             # Installed system-wide
-            self.examples_dir = os.path.join(prefix, 'share', self.pkgname, 'examples')
+            self.examples_dir = os.path.join(prefix, 'share', 'examples', self.pkgname)
+
         else:
             # Assume we are not yet installed
             self.examples_dir = os.path.join(prefix, bindir, 'share', self.pkgname, 'examples')
