From 437a3dfb0fe35a36174d47a6863ef70547dc70f0 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 21 Jan 2002 23:32:13 +0000 Subject: [Bugs 48, 69, 85, 175, 250, 58, 103 and 246] Update packages (see changelog) and fix glibc linuxthreads man pages install and adjust util-linux installation for new version git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1466 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc-inst.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chapter06/glibc-inst.xml') diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 094676311..8d102fa77 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -35,6 +35,9 @@ sed 's/cross-compiling = yes/cross-compiling = no/' \ make && make install && make localedata/install-locales && +cd ../glibc-&glibc-version;/linuxthreads/man && +make && +make install && exec /bin/bash --login An alternative to running make -- cgit v1.2.3-54-g00ecf