Merge pull request #796 from runcom/fix-makefile-idempotent
Makefile: install alias, not symlink
This commit is contained in:
commit
6473eec86a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -152,8 +152,8 @@ install.completions:
|
|||
|
||||
install.systemd:
|
||||
install -D -m 644 contrib/systemd/crio.service $(PREFIX)/lib/systemd/system/crio.service
|
||||
install -D -m 644 contrib/systemd/crio.service $(PREFIX)/lib/systemd/system/cri-o.service
|
||||
install -D -m 644 contrib/systemd/crio-shutdown.service $(PREFIX)/lib/systemd/system/crio-shutdown.service
|
||||
ln -s crio.service $(PREFIX)/lib/systemd/system/cri-o.service
|
||||
|
||||
uninstall:
|
||||
rm -f $(BINDIR)/crio
|
||||
|
|
Loading…
Add table
Reference in a new issue