From 477e28cf0d33a4a97825ec554ed6e969dbba7e0b Mon Sep 17 00:00:00 2001 From: Jan Lentfer Date: Sun, 17 Jun 2012 20:23:35 +0200 Subject: [PATCH] foomatic: Clean out /usr/share/foomatic prior to build to prevent hangs --- lfs/foomatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \ -- 2.39.2