From: Michael Tremer Date: Fri, 24 Aug 2012 15:10:35 +0000 (+0200) Subject: file: Update to 5.11. X-Git-Tag: v2.13-beta1~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83c883b4e5bf70bb129e6b73eef3e7211ab8abac;p=ipfire-2.x.git file: Update to 5.11. --- diff --git a/config/rootfiles/common/file b/config/rootfiles/common/file index 0f76df8521..aadc4e6820 100644 --- a/config/rootfiles/common/file +++ b/config/rootfiles/common/file @@ -5,15 +5,10 @@ usr/bin/file #usr/lib/libmagic.so usr/lib/libmagic.so.1 usr/lib/libmagic.so.1.0.0 -#usr/man -#usr/man/man1 -#usr/man/man1/file.1 -#usr/man/man3 -#usr/man/man3/libmagic.3 -#usr/man/man4 -#usr/man/man4/magic.4 -#usr/man/man5 -#usr/share/file +#usr/share/man/man1/file.1 +#usr/share/man/man3/libmagic.3 +#usr/share/man/man4/magic.4 +usr/share/misc/magic.mgc usr/share/file/magic usr/share/file/magic.mgc usr/share/file/magic.mime diff --git a/lfs/file b/lfs/file index 0d6fcf4693..70a38e24df 100644 --- a/lfs/file +++ b/lfs/file @@ -24,7 +24,7 @@ include Config -VER = 4.17 +VER = 5.11 THISAPP = file-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 50919c65e0181423d66bb25d7fe7b0fd +$(DL_FILE)_MD5 = 16a407bd66d6c7a832f3a5c0d609c27b install : $(TARGET) @@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls + cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)