From 8b68559612c2f6f39498324d7d001002c4fcc003 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 2 Oct 2012 20:01:05 +0000 Subject: [PATCH] Fix Flex build via jhalfs. Regression introduced in r9999. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter06/flex.xml | 3 +-- general.ent | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8e6acee79..b998d399e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2012-10-02 + + + [matthew] - Fix Flex instructions; the directory creation for + its documentation is performed by the Makefile since r9999. + + + + 2012-09-27 diff --git a/chapter06/flex.xml b/chapter06/flex.xml index f12261235..b7c7c9866 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -93,8 +93,7 @@ chmod -v 755 /usr/bin/lex If desired, install the flex.pdf documentation file: -mkdir -v /usr/share/doc/flex-&flex-version; -cp -v doc/flex.pdf /usr/share/doc/flex-&flex-version; +cp -v doc/flex.pdf /usr/share/doc/flex-&flex-version; diff --git a/general.ent b/general.ent index 7889c4647..b5f13403d 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +