X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpython-lzma;h=c2ffcfc45eb2edac273d29f64d7b101946e46217;hp=0d2fcc412caddc18364d53473bedceb221f9426e;hb=015e243b0dba4fb493fc92068eea3e97f37d3a0c;hpb=7b321c2cbe910caeb0d5887cc4f4dc15836dd473 diff --git a/lfs/python-lzma b/lfs/python-lzma index 0d2fcc412c..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-$(shell uname -m).egg - rm -rf /usr/lib/python2.7/site-packages/pyliblzma-$(VER)-py2.7-linux-$(shell uname -m).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)