aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-10-02 20:01:05 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-10-02 20:01:05 +0000
commit8b68559612c2f6f39498324d7d001002c4fcc003 (patch)
tree2fc2bc05c833c6e59e4dd682dadf9e557d247683 /chapter06
parent04f85979aca79f19850dc5f6d1ed7cbf940b2ee6 (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/flex.xml3
1 files changed, 1 insertions, 2 deletions
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</userinput></screen>
<para>If desired, install the <filename>flex.pdf</filename> documentation
file:</para>
-<screen><userinput remap="install">mkdir -v /usr/share/doc/flex-&flex-version;
-cp -v doc/flex.pdf /usr/share/doc/flex-&flex-version;</userinput></screen>
+<screen><userinput remap="install">cp -v doc/flex.pdf /usr/share/doc/flex-&flex-version;</userinput></screen>
</sect2>