mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-15 13:55:09 -05: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:
parent
7fdb2ee48a
commit
9addd88a7d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user