From bfcabaf7736df66eeaf3ef4d2c8854124ec34502 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 14 Jun 2011 11:21:14 -0400 Subject: [PATCH] fix irqbalance deleting the /etc/service file. --- root_image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/root_image/Makefile b/root_image/Makefile index 2bfa446..01a0057 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -713,6 +713,7 @@ irqbalance-install: .PHONY: pm-utils-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 $(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C pm-utils $(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C pm-utils DESTDIR=$(CURDIR)/userspace install -- 2.39.5