added install for numerals.db; fixed file mode
This commit is contained in:
parent
4a3f24ad4f
commit
f61d122741
4
Makefile
4
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user