summaryrefslogtreecommitdiff
path: root/sysutils/xentools30/patches/patch-cd
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools30/patches/patch-cd')
-rw-r--r--sysutils/xentools30/patches/patch-cd19
1 files changed, 10 insertions, 9 deletions
diff --git a/sysutils/xentools30/patches/patch-cd b/sysutils/xentools30/patches/patch-cd
index d93c04db497..147205b2d97 100644
--- a/sysutils/xentools30/patches/patch-cd
+++ b/sysutils/xentools30/patches/patch-cd
@@ -1,15 +1,16 @@
-$NetBSD: patch-cd,v 1.1.1.1 2006/07/02 16:49:31 bouyer Exp $
+$NetBSD: patch-cd,v 1.2 2006/10/19 22:57:13 bouyer Exp $
---- python/xen/util/auxbin.py.orig 2006-05-07 21:00:00.000000000 +0200
-+++ python/xen/util/auxbin.py 2006-05-07 21:01:06.000000000 +0200
+--- python/xen/util/auxbin.py.orig 2006-10-16 22:57:51.000000000 +0200
++++ python/xen/util/auxbin.py 2006-10-16 22:58:05.000000000 +0200
@@ -16,8 +16,8 @@
#============================================================================
--LIB_BIN_32 = "/usr/lib/xen/bin"
--LIB_BIN_64 = "/usr/lib64/xen/bin"
-+LIB_BIN_32 = "@PREFIX@/bin"
-+LIB_BIN_64 = "@PREFIX@/bin"
+-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_BIN_64 directory is used. This
- # deliberately excludes ia64.
+ ## The architectures on which the LIB_64 directory is used. This