1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Do not move man pages to a non-FHS location

Fixes Arch Linux bug FS#8839.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-12-21 15:47:30 -06:00
parent 7fdb2ee48a
commit 9addd88a7d

View File

@ -711,14 +711,6 @@ tidy_install() {
rm -rf ${DOC_DIRS[@]}
fi
if [ -d usr/share/man ]; then
msg2 "$(gettext "Moving usr/share/man files to usr/man...")"
mkdir -p usr/man
cp -a usr/share/man/* usr/man/
rm -rf usr/share/man
fi
msg2 "$(gettext "Compressing man pages...")"
local manpage mandirs ext file link hardlinks hl
mandirs="usr/man usr/local/man usr/share/man opt/*/man"