From: Michael Tremer Date: Sat, 24 Sep 2011 09:02:15 +0000 (+0200) Subject: python-lzma: Fix extraction of the egg. X-Git-Tag: v2.9-core54~13^2~53^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0dbb9fa902afecfe5942b5e85bd0e6e18b85951;p=ipfire-2.x.git python-lzma: Fix extraction of the egg. --- 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)