Fix syntax error in Makefile.

This commit is contained in:
John "Elwin" Edwards 2017-01-12 19:02:20 -05:00
parent 5b790718d8
commit c824ea924c

View file

@ -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: