X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpython-lzma;h=c2ffcfc45eb2edac273d29f64d7b101946e46217;hb=2f6c9d93a3242fd648383c191ccb8d02271e89f7;hp=f2f6aabe0b6db5a2401510a81aac9eca002fce37;hpb=44f8687ba29b06b012a01c36abe51ffdba27287d;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/python-lzma b/lfs/python-lzma index f2f6aabe0b..c2ffcfc45e 100644 --- a/lfs/python-lzma +++ b/lfs/python-lzma @@ -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)