Skip to content

Commit

Permalink
config-prefix.diff
Browse files Browse the repository at this point in the history
Patch-Name: config-prefix.diff

Gbp-Pq: Name config-prefix.diff
  • Loading branch information
Bastian Blank authored and ijackson committed Jan 11, 2019
1 parent f570e62 commit ae2157d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/Paths.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@
Expand Down

0 comments on commit ae2157d

Please sign in to comment.