From 8f8e328ca649ec166a9f6ba7dc3cee09e2b8cda5 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 27 Jan 2003 21:57:21 +0000 Subject: [PATCH] missing colon git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bash-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index f58cbe77d..6fc5fc1ac 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -33,7 +33,7 @@ following command: causes the bash program to be statically linked. ---prefix=$LFS/static This option +--prefix=$LFS/static: This option installs all of Bash's files under the $LFS/static directory, which becomes the /static directory when chroot'ed or reboot'ed into LFS.