Skip to content

Commit 6c19fae

Browse files
committed
Stop missing mandb killing the installation process
1 parent dec28dd commit 6c19fae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ to manually install it.\n\n"; \
2222
@install -m777 config $(USERDIR)/.config/notes/
2323
@install -d $(PREFIX)/share/man/man1/
2424
@install notes.1 $(PREFIX)/share/man/man1/
25-
@mandb 1>/dev/null 2>&1 # Fail silently if we don't have a mandb
25+
26+
@mandb 1>/dev/null 2>&1 || true # Fail silently if we don't have a mandb
2627

2728
@printf \
2829
"Notes has been installed to $(PREFIX)/bin/notes. \

0 commit comments

Comments
 (0)