diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-26 19:59:14 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-26 19:59:14 +0000 |
commit | 70326afc734456acb6ccccd5a8d8663fe66b366c (patch) | |
tree | ae8232f79440b43c8df5b4ef7ef3dcfb91424685 /chapter06/shadow.xml | |
parent | 563c5e55257a515b78ac4a1ece2a78f8a3b75bd8 (diff) |
Prevent Shadow from installing internationalized variants of the 'groups' man page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7188 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 2a4d39693..2124e55b0 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -46,7 +46,7 @@ prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the <para>Disable the installation of the <command>groups</command> program and its man page, as Coreutils provides a better version:</para> <screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile -sed -i '/groups/d' man/Makefile</userinput></screen> +find man -name Makefile -exec sed -i '/groups/d' {} \;</userinput></screen> <para>Compile the package:</para> |