X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ffireinfo;h=6c502e1ff5fe29e26d471d03cc7e89b5613f52d3;hp=c1aea615faa417decc30366c866053f92330e655;hb=3fe1243490b163c9db665e577087aa499a9eb292;hpb=7019ca5809f03b15c4f6aeeb8b03f71acc2cacf9 diff --git a/lfs/fireinfo b/lfs/fireinfo index c1aea615fa..6c502e1ff5 100644 --- a/lfs/fireinfo +++ b/lfs/fireinfo @@ -24,7 +24,7 @@ include Config -VER = 0.12 +VER = 2.0.4 THISAPP = fireinfo-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 560a2ed902104a4b803f7e460c5d509d +$(DL_FILE)_MD5 = 7433e108cce180980189339886621539 install : $(TARGET) @@ -76,8 +76,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Remove egg-info rm -rvf /usr/lib/python*/site-packages/fireinfo*.egg-info - # XXX Set flag to send profile. - touch /var/ipfire/main/send_profile - @rm -rf $(DIR_APP) @$(POSTBUILD)