$OpenBSD: patch-virtinst_capabilities_py,v 1.1 2015/05/06 09:59:14 jasper Exp $
--- virtinst/capabilities.py.orig	Wed May  6 11:33:50 2015
+++ virtinst/capabilities.py	Wed May  6 11:33:57 2015
@@ -52,7 +52,7 @@ class _CPUMapFileValues(XMLBuilder):
     cpu_map.xml
     """
     # This is overwritten as part of the test suite
-    _cpu_filename = "/usr/share/libvirt/cpu_map.xml"
+    _cpu_filename = "${LOCALBASE}/share/libvirt/cpu_map.xml"
 
     def __init__(self, conn):
         xml = file(self._cpu_filename).read()
