Fix Makefile installing enit to sbin/esvm
This commit is contained in:
parent
7a92526925
commit
23f5b27eb1
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ install: build/enit build/ectl
|
|||||||
mkdir -p $(DESTDIR)$(SBINDIR)
|
mkdir -p $(DESTDIR)$(SBINDIR)
|
||||||
mkdir -p $(DESTDIR)$(SYSCONFDIR)/esvm/services
|
mkdir -p $(DESTDIR)$(SYSCONFDIR)/esvm/services
|
||||||
cp build/enit $(DESTDIR)$(SBINDIR)/enit
|
cp build/enit $(DESTDIR)$(SBINDIR)/enit
|
||||||
cp build/enit $(DESTDIR)$(SBINDIR)/esvm
|
cp build/esvm $(DESTDIR)$(SBINDIR)/esvm
|
||||||
cp build/ectl $(DESTDIR)$(SBINDIR)/ectl
|
cp build/ectl $(DESTDIR)$(SBINDIR)/ectl
|
||||||
|
|
||||||
install-services:
|
install-services:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user