X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fhddtemp;h=f18e44a7dfb099dc50e1da89e53ca3f2ad39983f;hp=930202cd18bfb281349a7b7c218fce415544848c;hb=52345790a3bef3e0bb2a404153a7c0d1c8767e13;hpb=5d0731f3ec9f5f3ef7591b807114ef473039cec1 diff --git a/lfs/hddtemp b/lfs/hddtemp index 930202cd18..f18e44a7df 100644 --- a/lfs/hddtemp +++ b/lfs/hddtemp @@ -55,9 +55,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: - make-packages.sh hddtemp $(THISAPP) - ############################################################################### # Downloading, checking, md5sum ############################################################################### @@ -79,7 +76,7 @@ $(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 --with-db-path=/etc/hddtemp.db + cd $(DIR_APP) && ./configure --prefix=/usr --with-db-path=/etc/hddtemp.db cd $(DIR_APP) && make && make install @rm -rf $(DIR_APP) @$(POSTBUILD)