Add install target for openrc init script
This commit is contained in:
parent
8a92a24536
commit
77afd0dcd1
4
Makefile
4
Makefile
@ -25,8 +25,12 @@ install:
|
|||||||
install -Dm755 build/stepd $(DESTDIR)$(BINDIR)/stepd
|
install -Dm755 build/stepd $(DESTDIR)$(BINDIR)/stepd
|
||||||
install -Dm755 build/step $(DESTDIR)$(BINDIR)/step
|
install -Dm755 build/step $(DESTDIR)$(BINDIR)/step
|
||||||
|
|
||||||
|
install-openrc:
|
||||||
|
install -Dm755 openrc/stepd /etc/init.d/stepd
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(DESTDIR)$(BINDIR)/stepd
|
rm -f $(DESTDIR)$(BINDIR)/stepd
|
||||||
rm -f $(DESTDIR)$(BINDIR)/step
|
rm -f $(DESTDIR)$(BINDIR)/step
|
||||||
|
rm -f /etc/init.d/stepd
|
||||||
|
|
||||||
.PHONY: all check clean install uninstall
|
.PHONY: all check clean install uninstall
|
||||||
|
Loading…
Reference in New Issue
Block a user