From bb5d053cc4294b89c3f4108cf36a8e298f383ab3 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Fri, 29 Jun 2018 06:29:17 -0700 Subject: [PATCH] MMDVMHost install --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7361e32..2ba0994 100644 --- a/Makefile +++ b/Makefile @@ -160,8 +160,8 @@ installdtmf : qndtmf systemctl daemon-reload systemctl start qndtmf.service -installmmdvm : $(MMPATH)/MMDVMhost $(MMPATH)/MMDVM.qn - /bin/cp -f $(MMPATH)/MMDVMHost $(BINDIR) +installmmdvm : $(MMPATH)/MMDVMHost $(MMPATH)/MMDVM.qn + ( /bin/cp -f $(MMPATH)/MMDVMHost $(BINDIR) ) cd $(MMPATH) ; /bin/ln -s $(shell pwd)/MMDVM.qn $(CFGDIR) /bin/cp -f system/mmdvm.service $(SYSDIR) /bin/cp -f system/mmdvm.timer $(SYSDIR)