mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
foomatic: Clean out /usr/share/foomatic prior to build to prevent hangs
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user