X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpython-lzma;h=a0b02c3ebe75729298af937f99f09901afaf1108;hp=f2f6aabe0b6db5a2401510a81aac9eca002fce37;hb=4fc1a0045b48b1a459256d146030279c9905a13e;hpb=ce151b3ee6929fd430e47ba381539be6071b4ac7 diff --git a/lfs/python-lzma b/lfs/python-lzma index f2f6aabe0b..a0b02c3ebe 100644 --- a/lfs/python-lzma +++ b/lfs/python-lzma @@ -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 # @@ -80,8 +80,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && python setup.py install # unzip the egg because it won't work without cd /usr/lib/python2.7/site-packages && \ - unzip pyliblzma-$(VER)-py2.7-linux-i686.egg - rm -rf /usr/lib/python2.7/site-packages/pyliblzma-$(VER)-py2.7-linux-i686.egg + unzip pyliblzma-$(VER)-py2.7-linux-*.egg + rm -rf /usr/lib/python2.7/site-packages/pyliblzma-$(VER)-py2.7-linux-*.egg rm -rf /usr/lib/python2.7/site-packages/EGG-INFO @rm -rf $(DIR_APP) @$(POSTBUILD)