put gwys.txt, qn.cfg and MMDVM.qn into the install targets

pull/5/head
Tom Early 8 years ago
parent 5ea923469d
commit b6e9b46227

@ -78,7 +78,7 @@ clean:
-include $(DEPS) -include $(DEPS)
install : $(MDV_PROGRAMS) install : $(MDV_PROGRAMS) gwys.txt qn.cfg
######### QnetGateway ######### ######### QnetGateway #########
/bin/cp -f qngateway $(BINDIR) /bin/cp -f qngateway $(BINDIR)
/bin/cp -f qnremote qnvoice $(BINDIR) /bin/cp -f qnremote qnvoice $(BINDIR)
@ -103,7 +103,7 @@ install : $(MDV_PROGRAMS)
systemctl daemon-reload systemctl daemon-reload
systemctl start qnrelay.service systemctl start qnrelay.service
installdvap : $(DVP_PROGRAMS) installdvap : $(DVP_PROGRAMS) gwys.txt qn.cfg
######### QnetGateway ######### ######### QnetGateway #########
/bin/cp -f qngateway $(BINDIR) /bin/cp -f qngateway $(BINDIR)
/bin/cp -f qnremote qnvoice $(BINDIR) /bin/cp -f qnremote qnvoice $(BINDIR)
@ -128,7 +128,7 @@ installdvap : $(DVP_PROGRAMS)
systemctl daemon-reload systemctl daemon-reload
systemctl start qndvap.service systemctl start qndvap.service
installdvrptr : $(DVR_PROGRAMS) installdvrptr : $(DVR_PROGRAMS) gwys.txt qn.cfg
######### QnetGateway ######### ######### QnetGateway #########
/bin/cp -f qngateway $(BINDIR) /bin/cp -f qngateway $(BINDIR)
/bin/cp -f qnremote qnvoice $(BINDIR) /bin/cp -f qnremote qnvoice $(BINDIR)
@ -160,7 +160,7 @@ installdtmf : qndtmf
systemctl daemon-reload systemctl daemon-reload
systemctl start qndtmf.service systemctl start qndtmf.service
installmmdvm : installmmdvm : $(MMPATH)/MMDVMhost $(MMPATH)/MMDVM.qn
/bin/cp -f $(MMPATH)/MMDVMHost $(BINDIR) /bin/cp -f $(MMPATH)/MMDVMHost $(BINDIR)
/bin/ln -s $(MMPATH)/MMDVM.qn $(CFGDIR) /bin/ln -s $(MMPATH)/MMDVM.qn $(CFGDIR)
/bin/cp -f system/mmdvm.service $(SYSDIR) /bin/cp -f system/mmdvm.service $(SYSDIR)

Loading…
Cancel
Save

Powered by TurnKey Linux.