From db9c33ed726d6865a3e7fc897ceb3247dfe9b53f Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 9 Oct 2008 22:05:45 +0000 Subject: Updated File to 4.26 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8615 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/file.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/file.xml b/chapter06/file.xml index 78181dc73..674a148ba 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -41,6 +41,14 @@ Installation of File + Fix the man page so that it will reflect recent changes to the + -e (--exclude) + parameter: + +sed -i -e '197,+1d' \ + -e '189,+1d' \ + -e 's/token$/tokens/' doc/file.man + Prepare File for compilation: ./configure --prefix=/usr @@ -49,7 +57,9 @@ make - This package does not come with a test suite. + To test the results, issue: + +make check Install the package: -- cgit v1.2.3-54-g00ecf