]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/lm_sensors
Load sensor modules in collectd initskript
[people/teissler/ipfire-2.x.git] / lfs / lm_sensors
index dee87ec4812853c417fb7b0a4cd4bc7f78eae1b8..cf73c79e640c83da29f545f5623f08eaee26876c 100644 (file)
@@ -73,7 +73,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && make $(MAKETUNING)
-       cd $(DIR_APP) && make install
+       cd $(DIR_APP) && make PREFIX=/usr $(MAKETUNING)
+       cd $(DIR_APP) && make PREFIX=/usr install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)