# HG changeset patch # User John "Elwin" Edwards # Date 1484265740 18000 # Node ID 6651f54a006293703d6493f86ac7f58d7b27897d # Parent a200b313870d62e806bf5497b5a32ee410182225 Fix syntax error in Makefile. diff -r a200b313870d -r 6651f54a0062 Makefile --- 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: