From: Jan Lentfer Date: Sun, 17 Jun 2012 18:23:35 +0000 (+0200) Subject: foomatic: Clean out /usr/share/foomatic prior to build to prevent hangs X-Git-Tag: v2.11-core61^2~29^2 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=477e28cf0d33a4a97825ec554ed6e969dbba7e0b foomatic: Clean out /usr/share/foomatic prior to build to prevent hangs --- diff --git a/lfs/foomatic b/lfs/foomatic index e22f4b840d..712247ff03 100644 --- a/lfs/foomatic +++ b/lfs/foomatic @@ -86,7 +86,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_SRC)/foomatic-* && cd $(DIR_SRC) && \ + @rm -rf $(DIR_SRC)/foomatic-* /usr/share/foomatic && cd $(DIR_SRC) && \ tar zxf $(DIR_DL)/$(DL_FILE) && \ tar zxf $(DIR_DL)/foomatic-db-$(DATE).tar.gz && \ tar zxf $(DIR_DL)/foomatic-db-engine-$(VER).tar.gz && \