mirror of
https://github.com/EnumeratedDev/enit.git
synced 2026-09-16 02:26:11 +00:00
Fix Makefile installing enit to sbin/esvm
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user