From 60ed866798672201b1e79c15a8f38e4f7f76a9a1 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Wed, 18 Sep 2002 18:31:39 +0000 Subject: Fixed typos, removed old command explanation. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ncurses-exp.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chapter06/ncurses-exp.xml') diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index ac9f5fdbc..ed43190e0 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -8,11 +8,6 @@ constructions that are no longer valid in the new C++ standard. --with-shared: This enables the build of the shared ncurses library files. -mv /lib/*.a /usr/lib : This -moves all of the static ncurses library files from /lib to /usr/lib. -/lib should only contain the shared files which are essential to the -system when /usr may not be mounted. - chmod 755 *.5.2: Shared libraries should be executable. Ncurses install routine doesn't set the permissions properly so we do it manually instead. -- cgit v1.2.3-54-g00ecf