Fix installation of ocid.systemd
Signed-off-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
2d80c8822f
commit
07b869ef0b
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