File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ jobs:
321321 # Check that the utils are present
322322 test -f /tmp/usr/local/bin/tty
323323 # Check that the manpage is present
324- test -f /tmp/usr/local/share/man/man1/whoami .1
324+ test -f /tmp/usr/local/share/man/man1/md5sum .1
325325 # Check that the completion is present
326326 test -f /tmp/usr/local/share/zsh/site-functions/_install
327327 test -f /tmp/usr/local/share/bash-completion/completions/head
Original file line number Diff line number Diff line change @@ -398,13 +398,13 @@ distclean: clean
398398ifeq ($(MANPAGES ) ,y)
399399manpages : build-coreutils
400400 mkdir -p $(BUILDDIR ) /man/
401- $(foreach prog, $(INSTALLEES ) , \
401+ $(foreach prog, $(INSTALLEES ) $( HASHSUM_PROGS ) , \
402402 $(BUILDDIR ) /coreutils manpage $(prog ) > $(BUILDDIR ) /man/$(PROG_PREFIX )$(prog ) .1 $(newline ) \
403403 )
404404
405405install-manpages : manpages
406406 mkdir -p $(DESTDIR )$(DATAROOTDIR ) /man/man1
407- $(foreach prog, $(INSTALLEES ) , \
407+ $(foreach prog, $(INSTALLEES ) $( HASHSUM_PROGS ) , \
408408 $(INSTALL ) -m 644 $(BUILDDIR ) /man/$(PROG_PREFIX )$(prog ) .1 $(DESTDIR )$(DATAROOTDIR ) /man/man1/ $(newline ) \
409409 )
410410else
You can’t perform that action at this time.
0 commit comments