Merge pull request #183 from rhatdan/ocid.service
Fix installation of ocid.systemd
This commit is contained in:
commit
7896b4f685
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -103,7 +103,7 @@ install: all
|
|||
install -D -m 644 ocid.conf $(DESTDIR)/etc
|
||||
|
||||
install.systemd:
|
||||
install -D -m 644 ocid.service $(PREFIX)/lib/systemd/system
|
||||
install -D -m 644 contrib/systemd/ocid.service $(PREFIX)/lib/systemd/system
|
||||
|
||||
uninstall:
|
||||
rm -f ${INSTALLDIR}/{ocid,ocic}
|
||||
|
|
Loading…
Reference in a new issue