[Pkg-xen-changes] [xen] 03/34: config-prefix.diff

Ian James Campbell ijc at moszumanska.debian.org
Tue Dec 9 12:49:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

ijc pushed a commit to branch feature/experimental-rc3
in repository xen.

commit 0c5efacc70903630dbdb42ee523692c57428eab6
Author: Bastian Blank <waldi at debian.org>
Date:   Sat Jul 5 11:46:45 2014 +0200

    config-prefix.diff
    
    Patch-Name: config-prefix.diff
---
 Config.mk          | 2 +-
 config/Paths.mk.in | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Config.mk b/Config.mk
index a53cfb5..2e84ee1 100644
--- a/Config.mk
+++ b/Config.mk
@@ -75,7 +75,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 fe10f76..a252f1c 100644
--- a/config/Paths.mk.in
+++ b/config/Paths.mk.in
@@ -33,8 +33,8 @@ PREFIX                   := $(prefix)
 
 SBINDIR                  := $(sbindir)
 BINDIR                   := $(bindir)
-LIBEXEC                  := $(libexecdir)/$(PACKAGE_TARNAME)
-LIBEXEC_BIN              := @LIBEXEC_BIN@
+LIBEXEC                  := $(libexecdir)/$(PACKAGE_TARNAME)-$(XEN_VERSION)
+LIBEXEC_BIN              := $(LIBEXEC)/bin
 LIBEXEC_LIB              := $(LIBEXEC)/lib
 LIBEXEC_INC              := $(LIBEXEC)/include
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xen/xen.git



More information about the Pkg-xen-changes mailing list