forked from Telodendria/Telodendria
Make Makefile more portable
This commit is contained in:
parent
d7f5a6798d
commit
f56a067456
1 changed files with 2 additions and 1 deletions
|
@ -3,5 +3,6 @@ all:
|
|||
|
||||
install:
|
||||
install build/telodendria $(PREFIX)/bin/telodendria
|
||||
install -D contrib/production.conf $(PREFIX)/share/examples/telodendria/telodendria.conf
|
||||
mkdir -p $(PREFIX)/share/examples/telodendria
|
||||
install contrib/production.conf $(PREFIX)/share/examples/telodendria/telodendria.conf
|
||||
find man -name 'telodendria*\.[1-8]' -exec install {} $(PREFIX)/{} \;
|
||||
|
|
Loading…
Reference in a new issue