]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/hddtemp
Merge branch 'master' into next
[people/pmueller/ipfire-2.x.git] / lfs / hddtemp
index 39c4c031b088d61af6cbaef2c86579f8131a1a8b..9533f67f85a588e4179dae8c4d7452f9be09d968 100644 (file)
@@ -36,14 +36,11 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE) \
-               hddtemp.db
+objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-hddtemp.db = $(DL_FROM)/hddtemp.db
 
 $(DL_FILE)_MD5 = bbf8be4539495e18bec54af77511a680
-hddtemp.db_MD5 = 5321858f8c028d4b1a91a8a5f951f2f8
 
 install : $(TARGET)
 
@@ -73,7 +70,6 @@ $(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) && cp -fv $(DIR_DL)/hddtemp.db /etc/hddtemp.db
        cd $(DIR_APP) && ./configure --prefix=/usr --with-db-path=/etc/hddtemp.db
        cd $(DIR_APP) && make $(MAKETUNING) && make install
        @rm -rf $(DIR_APP)