From 4a7a683b9a72b17fe56efe9b1e0e2e33d1c9278d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 13 May 2003 07:38:47 +0000 Subject: Applied Zack's various-fixes patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gettext-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/gettext-inst.xml') diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml index 334c45df4..c2fcf73c3 100644 --- a/chapter05/gettext-inst.xml +++ b/chapter05/gettext-inst.xml @@ -3,8 +3,8 @@ Installation of Gettext -./configure --prefix=/stage1 && -make && +./configure --prefix=/stage1 +make make check make install -- cgit v1.2.3-54-g00ecf