From: Konrad Rzeszutek Wilk Date: Tue, 14 Jun 2011 17:20:21 +0000 (-0400) Subject: pm-utils: The install program mangles install to be ../install X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3b9c2465f2e3733247eec6bc7385cbed00952875;p=xentesttools%2Fbootstrap.git pm-utils: The install program mangles install to be ../install so do the same thing we did for directfb. --- diff --git a/root_image/Makefile b/root_image/Makefile index 43de83d..2133e9d 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -715,6 +715,7 @@ irqbalance-install: pm-utils-install: if ! [ -e pm-utils/config.h ]; then (cd pm-utils; ./autogen.sh;./configure --prefix=/usr); fi if ! [ -e pm-utils/src/service ]; then touch pm-utils/src/service; fi + ln -sf `which install` pm-utils/install $(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C pm-utils $(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C pm-utils DESTDIR=$(CURDIR)/userspace install