From f478f8dd0d2158450328a4c6a9be293b40656e4c Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 11 Sep 2018 13:19:30 +0100 Subject: [PATCH] Fix GUI install on a Pi. --- MakefileGUIPi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakefileGUIPi b/MakefileGUIPi index 39ce5ff..201a0e0 100644 --- a/MakefileGUIPi +++ b/MakefileGUIPi @@ -25,7 +25,7 @@ Common/Common.a: install: all make -C Data install - make -C DStarRepeater install + make -C DStarRepeater -f MakefileGUI install make -C DStarRepeaterConfig install clean: