fixed ambed Makefile

pull/1/head
Tom Early 6 years ago
parent c76bd04783
commit 652aafacce

@ -39,7 +39,7 @@ clean :
# The install and uninstall targets need to be run by root # The install and uninstall targets need to be run by root
install : $(EXE) install : $(EXE)
cp $(EXE) $(BINDIR) cp $(EXE) $(BINDIR)
cp ../ambed/$(EXE).service /etc/systemd/system/ cp ../systemd/$(EXE).service /etc/systemd/system/
systemctl enable ambed systemctl enable ambed
systemctl daemon-reload systemctl daemon-reload
systemctl start ambed systemctl start ambed

Loading…
Cancel
Save

Powered by TurnKey Linux.