]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
pm-utils: The install program mangles install to be ../install
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 14 Jun 2011 17:20:21 +0000 (13:20 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 14 Jun 2011 17:20:21 +0000 (13:20 -0400)
so do the same thing we did for directfb.

root_image/Makefile

index 43de83db1e4b6ef87c54997d83890aa7cead8a5d..2133e9d727e023f58e5108571fb14787e88384fc 100644 (file)
@@ -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