X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffoomatic;h=712247ff038c44beda47397f78c9235f2942cb8e;hb=6ffa1bef03b981142217aecb02c6f00d4217a8ee;hp=5b5e83a844cdaf2e760e17031222ef486462ebed;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/foomatic b/lfs/foomatic index 5b5e83a84..712247ff0 100644 --- a/lfs/foomatic +++ b/lfs/foomatic @@ -35,9 +35,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = foomatic PAK_VER = 1 -DESCDE = "Foomatic beinhaltet Filter und Treiber für CUPS." -DESCEN = "Foomatic is a collection of filters and ppds for cups." -DEPS = "cups ghostscript" +DEPS = "cups ghostscript libtiff hplip" ############################################################################### # Top-level Rules @@ -88,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 && \