Do not print error when running make check-old on system
without catpages directories Reported by: dim
This commit is contained in:
parent
7a158e826d
commit
71a6afa2dc
@ -2590,7 +2590,7 @@ check-old-files: .PHONY
|
||||
done; \
|
||||
done
|
||||
# Check for catpages without corresponding manpages.
|
||||
@find ${DESTDIR}/usr/share/man/cat* ! -type d | \
|
||||
@find ${DESTDIR}/usr/share/man/cat* ! -type d 2>/dev/null | \
|
||||
sed -ep -e's:${DESTDIR}/usr/share/man/cat:${DESTDIR}/usr/share/man/man:' | \
|
||||
while read catpage; do \
|
||||
read manpage; \
|
||||
|
Loading…
Reference in New Issue
Block a user