From 8b68559612c2f6f39498324d7d001002c4fcc003 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 2 Oct 2012 20:01:05 +0000 Subject: 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 --- chapter06/flex.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapter06') 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; -- cgit v1.2.3-54-g00ecf