]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/ipaddr
Merge branch 'master' into kernel-4.9
[people/pmueller/ipfire-2.x.git] / lfs / ipaddr
index 4b74e0248a8b7e8d8b870f11398fa8017e10c715..186141c3191ce1ba4933d768a28ed5f49b1cb0c3 100644 (file)
@@ -70,7 +70,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) && install -m 0644 ipaddr.py /usr/lib/python*
+       cd $(DIR_APP) && install -m 0644 ipaddr.py /usr/lib/python2*
        /usr/bin/python -c "import ipaddr"
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)