Mercurial > hg > rlgwebd
changeset 205:6651f54a0062
Fix syntax error in Makefile.
| author | John "Elwin" Edwards | 
|---|---|
| date | Thu, 12 Jan 2017 19:02:20 -0500 | 
| parents | a200b313870d | 
| children | 04c2a895b679 | 
| files | Makefile | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
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:
