From 31cf2ab11d9864428eecfeb025bbdd5f3de10140 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 30 Jun 2018 12:25:01 -0700 Subject: [PATCH] MMDVM.qn symbolic link --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf7c7f1..6511ff7 100644 --- a/Makefile +++ b/Makefile @@ -183,7 +183,7 @@ installdtmf : qndtmf installmmdvm : $(MMPATH)/MMDVMHost $(MMPATH)/MMDVM.qn /bin/cp -f $(MMPATH)/MMDVMHost $(BINDIR) - cd $(MMPATH) ; /bin/ln -s $(shell pwd)/MMDVM.qn $(CFGDIR) + /bin/ln -s $(shell pwd)/$(MMPATH)/MMDVM.qn $(CFGDIR) /bin/cp -f system/mmdvm.service $(SYSDIR) /bin/cp -f system/mmdvm.timer $(SYSDIR) systemctl enable mmdvm.timer