From c824ea924c1ac536772b4ace627aa4010de6c398 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Thu, 12 Jan 2017 19:02:20 -0500 Subject: [PATCH] Fix syntax error in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a98c561..466012e 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ install: all mkdir -p ${CHROOT}/var/www cp ${WEBASSETS} ${CHROOT}/var/www cp rlgwebd.service /usr/lib/systemd/system - if test ! -f /etc/rlgwebd.conf; cp rlgwebd.conf /etc; fi + if test ! -f /etc/rlgwebd.conf; then cp rlgwebd.conf /etc; fi # Libraries are not removed. Something else might be using them. uninstall: