Remove man pages fix for shadow
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 30 Jul 2013 03:56:57 +0000 (23:56 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 30 Jul 2013 03:56:57 +0000 (23:56 -0400)
stage2/pkg/shadow

index cd03100..d8181d8 100644 (file)
@@ -8,18 +8,11 @@ hvconfig_pre()
 
     cd ${LFS_TMP}/${PACKAGE}
 
-    # Fix an issue with the Russian man pages:
-    sed -i 's/man_MANS = $(man_nopam) /man_MANS = /' man/ru/Makefile.in
-
     # Disable the installation of the groups program and its man page, as
     # Coreutils provides a better version.
     sed -i 's/groups$(EXEEXT) //' src/Makefile.in
     find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;
 
-    # Disable the installation of Chinese and Korean manual pages, since Man-DB
-    # cannot format them properly:
-    sed -i -e 's/ ko//' -e 's/ zh_CN zh_TW//' man/Makefile.in
-
     # Instead of using the default crypt method, use the more secure SHA-512 method
     # of password encryption, which also allows passwords longer than 8 characters.
     # It is also necessary to change the obsolete /var/spool/mail location for user