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: