mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
18 lines
530 B
Plaintext
18 lines
530 B
Plaintext
$NetBSD: patch-ca,v 1.1.1.1 2008/08/07 20:26:58 cegger Exp $
|
|
|
|
--- python/xen/util/auxbin.py.orig 2008-08-01 16:38:07.000000000 +0200
|
|
+++ 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.
|