From dd179479b840c89917b9de349a1fcf805b577c4b Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 2 Dec 2012 00:22:19 +0100 Subject: [PATCH] nut: disable parallel build. --- lfs/nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/nut b/lfs/nut index 8007a536bb..0a5f84779e 100644 --- a/lfs/nut +++ b/lfs/nut @@ -80,7 +80,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc/nut \ --with-usb --with-user=root --with-group=nut \ --with-wrap=no --with-udev-dir=/etc/udev - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make cd $(DIR_APP) && make install # sed -i -e "s|ATTR{|SYSFS{|g" /etc/udev/rules.d/52-nut-usbups.rules -mkdir -p /var/state/ups -- 2.39.5