diff Makefile @ 205:6651f54a0062

Fix syntax error in Makefile.
author John "Elwin" Edwards
date Thu, 12 Jan 2017 19:02:20 -0500
parents 7f25bb89b59c
children
line wrap: on
line diff
--- a/Makefile	Sun Jan 08 16:17:11 2017 -0500
+++ b/Makefile	Thu Jan 12 19:02:20 2017 -0500
@@ -23,7 +23,7 @@
 	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: