config-prefix.diff
authorBastian Blank <waldi@debian.org>
Sat, 5 Jul 2014 09:46:45 +0000 (11:46 +0200)
committerRaspbian forward porter <root@raspbian.org>
Thu, 25 Oct 2018 20:13:19 +0000 (21:13 +0100)
Patch-Name: config-prefix.diff

Gbp-Pq: Topic prefix-abiname
Gbp-Pq: Name config-prefix.diff

Config.mk
config/Paths.mk.in

index 8b77c6a209274b8859fc018bbf0be9340e06efb7..74eb50720377301a5d573bc16f80c783682ac07c 100644 (file)
--- 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
index 8a518d5a5d586f44298e8bbf91a53ae9e4a03874..b262e847a83725d1423da260c4c8f614ac29e90e 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@