From 3b9c2465f2e3733247eec6bc7385cbed00952875 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 14 Jun 2011 13:20:21 -0400 Subject: [PATCH] pm-utils: The install program mangles install to be ../install so do the same thing we did for directfb. --- root_image/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5