From d797f89645d64b7a1bc62344d828c24031e0185f Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sat, 5 Jul 2014 11:46:45 +0200 Subject: [PATCH] config-prefix.diff Patch-Name: config-prefix.diff Gbp-Pq: Topic prefix-abiname Gbp-Pq: Name config-prefix.diff --- Config.mk | 2 +- config/Paths.mk.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Config.mk b/Config.mk index 735e53a9d7..14826e0fe7 100644 --- a/Config.mk +++ b/Config.mk @@ -83,7 +83,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 diff --git a/config/Paths.mk.in b/config/Paths.mk.in index 8a518d5a5d..b262e847a8 100644 --- a/config/Paths.mk.in +++ b/config/Paths.mk.in @@ -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@ -- 2.30.2