comparison Makefile @ 205:6651f54a0062

Fix syntax error in Makefile.
author John "Elwin" Edwards
date Thu, 12 Jan 2017 19:02:20 -0500
parents 7f25bb89b59c
children
comparison
equal deleted inserted replaced
204:a200b313870d 205:6651f54a0062
21 for LIB in `ldd ./sqlickrypt | awk '$$1 ~ "^/" {print $$1}; $$3 ~ "^/" {print $$3}'`; do mkdir -p ${CHROOT}`dirname $$LIB`; cp $$LIB ${CHROOT}$$LIB; done 21 for LIB in `ldd ./sqlickrypt | awk '$$1 ~ "^/" {print $$1}; $$3 ~ "^/" {print $$3}'`; do mkdir -p ${CHROOT}`dirname $$LIB`; cp $$LIB ${CHROOT}$$LIB; done
22 cp rlgwebd rlgwebd-stop ${BINDIR} 22 cp rlgwebd rlgwebd-stop ${BINDIR}
23 mkdir -p ${CHROOT}/var/www 23 mkdir -p ${CHROOT}/var/www
24 cp ${WEBASSETS} ${CHROOT}/var/www 24 cp ${WEBASSETS} ${CHROOT}/var/www
25 cp rlgwebd.service /usr/lib/systemd/system 25 cp rlgwebd.service /usr/lib/systemd/system
26 if test ! -f /etc/rlgwebd.conf; cp rlgwebd.conf /etc; fi 26 if test ! -f /etc/rlgwebd.conf; then cp rlgwebd.conf /etc; fi
27 27
28 # Libraries are not removed. Something else might be using them. 28 # Libraries are not removed. Something else might be using them.
29 uninstall: 29 uninstall:
30 rm -rf ${CHROOT}/var/www 30 rm -rf ${CHROOT}/var/www
31 rm -f ${CHROOT}/bin/sqlickrypt 31 rm -f ${CHROOT}/bin/sqlickrypt