config-prefix.diff
authorBastian Blank <waldi@debian.org>
Sat, 5 Jul 2014 09:46:45 +0000 (11:46 +0200)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 22 May 2018 17:41:33 +0000 (18:41 +0100)
Patch-Name: config-prefix.diff

Gbp-Pq: Name config-prefix.diff

Config.mk
config/Paths.mk.in

index 612339689af70b078cce83f9eaf74808b2333301..47758009c6468ceeb4a8efbb9aaefcd1bce56ac1 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -82,7 +82,7 @@ EXTRA_LIB += $(EXTRA_PREFIX)/lib
 endif
 
 PYTHON      ?= python
-PYTHON_PREFIX_ARG ?= --prefix="$(prefix)"
+PYTHON_PREFIX_ARG ?= --home="$(LIBEXEC)"
 # The above requires that prefix contains *no spaces*. This variable is here
 # to permit the user to set PYTHON_PREFIX_ARG to '' to workaround this bug:
 #  https://bugs.launchpad.net/ubuntu/+bug/362570
index a60329514632a4f744507a4b687ede59cfe4c447..263863d4d2d57e29547ac717df6e7a6d320f7f34 100644 (file)
@@ -13,6 +13,7 @@
 # http://wiki.xen.org/wiki/Category:Host_Configuration#System_wide_xen_configuration
 
 PACKAGE_TARNAME          := @PACKAGE_TARNAME@
+PACKAGE_VERSION          := @PACKAGE_VERSION@
 prefix                   := @prefix@
 bindir                   := @bindir@
 sbindir                  := @sbindir@