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 --- chapter06/perl.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'chapter06/perl.xml') diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 77d027b89..10f5f2ce4 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -45,18 +45,18 @@ referenced in one of Perl's configuration files as well as the optional testsuite: -echo "127.0.0.1 localhost $(hostname)" > /etc/hosts +echo "127.0.0.1 localhost $(hostname)" > /etc/hosts Fix an incompatibility with gcc-&gcc-version;: -sed -i 's/command /command[ -]/' makedepend.SH +sed -i 's/command /command[ -]/' makedepend.SH To have full control over the way Perl is set up, you can run the interactive Configure script and hand-pick the way this package is built. If you prefer, you can use the defaults that Perl auto-detects, by preparing Perl for compilation with: -./configure.gnu --prefix=/usr \ +./configure.gnu --prefix=/usr \ -Dman1dir=/usr/share/man/man1 \ -Dman3dir=/usr/share/man/man3 \ -Dpager="/usr/bin/less -isR" @@ -86,14 +86,15 @@ Compile the package: -make +make - To test the results, issue: - make test. + To test the results, issue: + +make test Install the package: -make install +make install -- cgit v1.2.3-54-g00ecf