From 8c6f3456f85f6cdd6bd3f54cd199084aae23b8fd Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 13 May 2003 05:13:17 +0000 Subject: [PATCH] Applied Zack's ch5-texinfo patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter05/texinfo-inst.xml | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 88d5ff246..15c8452f7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -74,6 +74,9 @@ +May 12th, 2003 [winkie]: Chapter 05 - Installing Texinfo: +Don't install the texmf data. It's not used by anything. + May 12th, 2003 [winkie]: Chapter 05 & 06 - Installing Ncurses: In Chapter 6, symlink creation has been updated to include libcurses.*, and libncurses++.a has it's properties changed to 644. diff --git a/chapter05/texinfo-inst.xml b/chapter05/texinfo-inst.xml index da13fa3c9..c2d27a5bf 100644 --- a/chapter05/texinfo-inst.xml +++ b/chapter05/texinfo-inst.xml @@ -6,8 +6,7 @@ ./configure --prefix=/stage1 make make check -make install -make TEXMF=/stage1/share/texmf install-tex +make install