From 7b8b30051a8d72068eb604fd6ac307fc7024106b Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 12 Apr 2018 14:40:43 -0700 Subject: [PATCH] another typo in Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0f7a29d..11fd8f4 100644 --- a/Makefile +++ b/Makefile @@ -111,9 +111,9 @@ installdvap : qngateway qnlink qndvap ######### QnetDVAP ######### /bin/cp -f qndvap $(BINDIR) /bin/cp -f service.qndvap /lib/systemd/system/qndvap.service - systemctl enable qnlink.service + systemctl enable qndvap.service systemctl daemon-reload - systemctl start qnlink.service + systemctl start qndvap.service installdvrptr : qngateway qnlink qndvrptr ######### QnetGateway ######### @@ -124,7 +124,7 @@ installdvrptr : qngateway qnlink qndvrptr systemctl daemon-reload systemctl start qngateway.service ######### QnetLink ######### - /bin/cp -f qnlib $(BINDIR) + /bin/cp -f qnlink $(BINDIR) /bin/cp -f announce/*.dat $(CFGDIR) /bin/cp -f gwys.txt $(CFGDIR) /bin/cp -f exec_?.sh $(CFGDIR)