From f61d1227414578dc7a37918e04cc26a475509085 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sun, 22 Nov 2020 13:48:55 +0100 Subject: [PATCH] added install for numerals.db; fixed file mode --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7394e58..dc83902 100644 --- a/Makefile +++ b/Makefile @@ -65,4 +65,6 @@ install: $(OUTDIR)$(BIN) $(INSTALL) -d $(BINDIR) $(INSTALL) $(OUTDIR)$(BIN) $(BINDIR) $(INSTALL) -d $(MANDIR)$(MANSECTION) - $(INSTALL) $(MANPAGE) $(MANDIR)$(MANSECTION) + $(INSTALL) -m 0644 $(MANPAGE) $(MANDIR)$(MANSECTION) + $(INSTALL) -d $(DATADIR)/$(BIN) + $(INSTALL) -m 0644 numerals.db $(DATADIR)/$(BIN)