]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/nut
Imported nut changes from glotzi.
[people/pmueller/ipfire-2.x.git] / lfs / nut
diff --git a/lfs/nut b/lfs/nut
index e2635050d011df4bac05b9013c01261872fee166..bb171846ab2e9f9bf291e4e43de6426ce669f29e 100644 (file)
--- a/lfs/nut
+++ b/lfs/nut
@@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc
+       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 install
        @rm -rf $(DIR_APP)