]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/lm_sensors
Updated hardcoded ping.ipfire.org ip.
[people/pmueller/ipfire-2.x.git] / lfs / lm_sensors
index dee87ec4812853c417fb7b0a4cd4bc7f78eae1b8..475c05b0eb2ce3ec45a2355ba096cf7920342a8e 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.0.2
+VER        = 3.1.2
 
 THISAPP    = lm_sensors-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 5b210ba9cc01f00161c438fd618484e5
+$(DL_FILE)_MD5 = 58a9a225808ac4587c4c8cbd12b40b5c
 
 install : $(TARGET)
 
@@ -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)