diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-11-26 19:06:52 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-11-26 19:06:52 +0000 |
commit | d0f18947d1f48f597107e7a60c80ed716b6cc320 (patch) | |
tree | 0ef6d65606ee5eca2e60aa572fc189dd3948bb89 /chapter06 | |
parent | 31c3309c54a5c818f3515dc6fa08063a60167679 (diff) |
Prevent installation of unneeded gawk files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11333 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gawk.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 32b8165a3..f96fe5ff0 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -40,6 +40,10 @@ <sect2 role="installation"> <title>Installation of Gawk</title> + <para>First, ensure some unneeded files are not installed:</para> + +<screen><userinput remap="pre">sed -i 's/extras//' Makefile.in</userinput></screen> + <para>Prepare Gawk for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |