From 8ffb41edae3b085f5199e7d68ddfa10caeb6e71b Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Fri, 14 Nov 2003 03:02:50 +0000 Subject: Chapter 6 - Ed: Streamlined build commands. Closes Bug 693. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3086 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ed.xml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'chapter06') diff --git a/chapter06/ed.xml b/chapter06/ed.xml index 078f0a45a..dd1b7ebc4 100644 --- a/chapter06/ed.xml +++ b/chapter06/ed.xml @@ -31,7 +31,16 @@ create temporary files. Now prepare Ed for compilation: -./configure --prefix=/usr +./configure --prefix=/usr --exec-prefix="" + +The meaning of the configure option: + + +--exec-prefix="": This forces the +programs to be installed into the /bin directory. Having +the programs available there is useful in the event of the +/usr partition being unavailable. + Compile the package: @@ -47,12 +56,6 @@ following command will do so: make install -And move the programs to the /bin directory, so -they can be used in the event that the /usr partition is -unavailable. - -mv /usr/bin/{ed,red} /bin - -- cgit v1.2.3-54-g00ecf