]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/fireinfo
fireinfo: Exclude some more patterns.
[people/teissler/ipfire-2.x.git] / lfs / fireinfo
index a60aa537064648c4617ac5a6a29d5758ff74ed3e..f1ee58a13c64488ff7099cbcff74b30bdecc4669 100644 (file)
@@ -71,7 +71,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/fireinfo-2.1.8-Revert-Read-mounted-filesystems-from-proc-mounts-ins.patch
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/fireinfo-0001-Exclude-some-more-invalid-patterns.patch
+
        cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make $(MAKETUNING)