mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
fireinfo: Update to 2.0.0.
This commit is contained in:
@@ -13,4 +13,3 @@ usr/lib/python2.7/site-packages/fireinfo/network.py
|
||||
usr/lib/python2.7/site-packages/fireinfo/network.pyc
|
||||
usr/lib/python2.7/site-packages/fireinfo/system.py
|
||||
usr/lib/python2.7/site-packages/fireinfo/system.pyc
|
||||
var/ipfire/main/send_profile
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.14
|
||||
VER = 2.0.0
|
||||
|
||||
THISAPP = fireinfo-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 3f89a6b6b33614e2a095608f6164ffac
|
||||
$(DL_FILE)_MD5 = 39ea2785b405f1e4fa2d504f18972837
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user