]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/hddtemp
HinzugefĆ¼gt:
[ipfire-2.x.git] / lfs / hddtemp
index 930202cd18bfb281349a7b7c218fce415544848c..f18e44a7dfb099dc50e1da89e53ca3f2ad39983f 100644 (file)
@@ -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)