X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fhddtemp;h=9533f67f85a588e4179dae8c4d7452f9be09d968;hp=39c4c031b088d61af6cbaef2c86579f8131a1a8b;hb=d0c3a0c57691e3074cd95f91983cd81086d12bd6;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/hddtemp b/lfs/hddtemp index 39c4c031b0..9533f67f85 100644 --- a/lfs/hddtemp +++ b/lfs/hddtemp @@ -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)