From: Konrad Rzeszutek Wilk Date: Fri, 14 Jun 2013 16:08:06 +0000 (-0400) Subject: Makfile: Xen configure by defualt sets the prefix to /usr/local. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cb1d040274d44d1b9ff98822e804eb55f02ef8ce;p=xentesttools%2Fbootstrap.git Makfile: Xen configure by defualt sets the prefix to /usr/local. We want /usr. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/Makefile b/Makefile index 7fcdd67..7bec8a5 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ xen-DISTRIB_TARGET = dist/common/xen.gz xen-dist-nodep: if [ -e xen/tools/configure ]; then \ if ! [ -e xen/tools/config.h ]; \ - then (cd xen;./configure); \ + then (cd xen;./configure --prefix=/usr); \ fi; \ fi ifeq ($(ARCH),i386)