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

makepkg: Ensure we include all manpage directories in compression line

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2008-01-09 18:32:27 -06:00
parent 47761d5aec
commit b1a231427b

View File

@ -714,7 +714,7 @@ tidy_install() {
msg2 "$(gettext "Compressing man pages...")"
local manpage mandirs ext file link hardlinks hl
mandirs="usr/man usr/local/man usr/share/man opt/*/man"
mandirs="usr/man usr/share/man usr/local/man usr/local/share/man opt/*/man"
find ${mandirs} -type f 2>/dev/null | while read manpage ; do
# check file still exists (potentially compressed with hard link)
if [ -f ${manpage} ]; then