]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/ipaddr
slang: revert parallelized build
[ipfire-2.x.git] / lfs / ipaddr
index 4b74e0248a8b7e8d8b870f11398fa8017e10c715..d5d28229bb0c948be77410cf53be157208b2eac6 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -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)