From 530f2f7c27d4c1306fa2b1c13560513a55a695ee 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 46de3cd1e0..09ea696459 100644 --- a/Config.mk +++ b/Config.mk @@ -74,7 +74,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 416fc7aab9..a38db67de4 100644 --- a/config/Paths.mk.in +++ b/config/Paths.mk.in @@ -13,6 +13,7 @@ # https://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