From 0445a3d50660d84f11d095db0177078f4f5cd8a0 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 18 Sep 2007 21:11:00 +0000 Subject: Added remap attributes to userinput tags in packages pages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gettext.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter05/gettext.xml') diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 8774df7e6..67ac3b0a7 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -48,7 +48,7 @@ Prepare Gettext for compilation: -cd gettext-tools +cd gettext-tools ./configure --prefix=/tools --disable-shared @@ -66,7 +66,7 @@ Compile the package: -make -C gnulib-lib +make -C gnulib-lib make -C src msgfmt As only one binary has been compiled, it is not possible to run the @@ -76,7 +76,7 @@ make -C src msgfmt Install the msgfmt binary: -cp -v src/msgfmt /tools/bin +cp -v src/msgfmt /tools/bin -- cgit v1.2.3-54-g00ecf