X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fspeedtest-cli;h=c8049d240719ab8c1c9f59d227e5119a2bf27bfd;hb=15e34194346674213e2cff30828f6f764311a685;hp=aa2af73bbad1d7c759ad5f55f1bbba0bd4ad1fbe;hpb=9875e9f2aec86c56ca3da8f5cb6d42aeffe65c29;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/speedtest-cli b/lfs/speedtest-cli index aa2af73bba..c8049d2407 100644 --- a/lfs/speedtest-cli +++ b/lfs/speedtest-cli @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = speedtest-cli -PAK_VER = 1 +PAK_VER = 3 DEPS = "" @@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && python setup.py build - cd $(DIR_APP) && python setup.py install --root=/ + cd $(DIR_APP) && python3 setup.py build + cd $(DIR_APP) && python3 setup.py install --root=/ @rm -rf $(DIR_APP) @$(POSTBUILD)