]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Kleiner Fehler in Python.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Fri, 13 Oct 2006 13:01:14 +0000 (13:01 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Fri, 13 Oct 2006 13:01:14 +0000 (13:01 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@319 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

lfs/python

index 9eaae71c37faf68ee1df795c97755e57446b619a..299c3bc88d9ae49a78ec4ad22232de9b6a09d5ba 100644 (file)
@@ -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)