]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python-distutils-extra
update disclaimer in LFS files
[ipfire-2.x.git] / lfs / python-distutils-extra
index ae1808564340db36b973a53b2a10e5d36aaf653f..d11ca25611437befbaf69b899661da90e6de5792 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
+# 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        #
@@ -78,5 +78,8 @@ $(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 install
+       mv -f /usr/lib/python2.7/site-packages/python_distutils_extra-$(VER)-py2.7.egg/DistUtilsExtra \
+               /usr/lib/python2.7/site-packages/
+       rm -rf  /usr/lib/python2.7/site-packages/python_distutils_extra-$(VER)-py2.7.egg
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)