mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-01 01:41:52 -05:00
makepkg: Ensure we include all manpage directories in compression line
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
47761d5aec
commit
b1a231427b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user