$NetBSD: patch-cd,v 1.2 2011/12/14 03:57:50 sbd Exp $ --- python/xen/util/auxbin.py.orig 2008-04-25 13:03:12.000000000 +0000 +++ python/xen/util/auxbin.py @@ -16,9 +16,9 @@ #============================================================================ -LIB_32 = "/usr/lib" -LIB_64 = "/usr/lib64" -LIB_BIN_SUFFIX = "xen/bin" +LIB_32 = "@PREFIX@/bin" +LIB_64 = "@PREFIX@/bin" +LIB_BIN_SUFFIX = "" ## The architectures on which the LIB_64 directory is used. This # deliberately excludes ia64 and ppc64, and Solaris.