File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ jobs:
321
321
# Check that the utils are present
322
322
test -f /tmp/usr/local/bin/tty
323
323
# 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
325
325
# Check that the completion is present
326
326
test -f /tmp/usr/local/share/zsh/site-functions/_install
327
327
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
398
398
ifeq ($(MANPAGES ) ,y)
399
399
manpages : build-coreutils
400
400
mkdir -p $(BUILDDIR ) /man/
401
- $(foreach prog, $(INSTALLEES ) , \
401
+ $(foreach prog, $(INSTALLEES ) $( HASHSUM_PROGS ) , \
402
402
$(BUILDDIR ) /coreutils manpage $(prog ) > $(BUILDDIR ) /man/$(PROG_PREFIX )$(prog ) .1 $(newline ) \
403
403
)
404
404
405
405
install-manpages : manpages
406
406
mkdir -p $(DESTDIR )$(DATAROOTDIR ) /man/man1
407
- $(foreach prog, $(INSTALLEES ) , \
407
+ $(foreach prog, $(INSTALLEES ) $( HASHSUM_PROGS ) , \
408
408
$(INSTALL ) -m 644 $(BUILDDIR ) /man/$(PROG_PREFIX )$(prog ) .1 $(DESTDIR )$(DATAROOTDIR ) /man/man1/ $(newline ) \
409
409
)
410
410
else
You can’t perform that action at this time.
0 commit comments