From ddc75880ed9e1f5d5bd4ca9ae38ee5959f4504bd Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Tue, 10 Mar 2020 05:33:12 +0100 Subject: [PATCH] Change config and bin dirs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 59226a7..bdded0f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # Copyright (c) 2017 by Thomas A. Early N7TAE # if you change these locations, make sure the sgs-xl.service file is updated! -BINDIR=/usr/local/bin -CFGDIR=/usr/local/etc +BINDIR=/usr/sbin +CFGDIR=/etc/sgs-xl # choose this if you want debugging help #CPPFLAGS=-g -ggdb -W -Wall -std=c++11 -DCFG_DIR=\"$(CFGDIR)\"