From bea6ab0a052c082290092a6cd290f585b0827e2f Mon Sep 17 00:00:00 2001 From: ms Date: Fri, 13 Oct 2006 13:01:14 +0000 Subject: [PATCH] Kleiner Fehler in Python. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@319 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- lfs/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/python b/lfs/python index 9eaae71c37..299c3bc88d 100644 --- a/lfs/python +++ b/lfs/python @@ -71,7 +71,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-gdbm-1.patch cd $(DIR_APP) && OPT="$(CFLAGS)" ./configure --prefix=/usr --enable-shared --disable-nls cd $(DIR_APP) && make $(MAKETUNING) -- 2.39.2