X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpython-distutils-extra;h=d11ca25611437befbaf69b899661da90e6de5792;hp=ae1808564340db36b973a53b2a10e5d36aaf653f;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=ce457e7f72a9c968434daf0193b088f7c80a19a8 diff --git a/lfs/python-distutils-extra b/lfs/python-distutils-extra index ae18085643..d11ca25611 100644 --- a/lfs/python-distutils-extra +++ b/lfs/python-distutils-extra @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # 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)