Uninstall the actually installed config file.

pull/793/head
Roger A. Light 8 years ago
parent 57ee8b92bc
commit a29ee5db23

@ -55,7 +55,7 @@ endif
uninstall :
set -e; for d in ${DIRS}; do $(MAKE) -C $${d} uninstall; done
rm -f "${DESTDIR}/etc/mosquitto/mosquitto.conf"
rm -f "${DESTDIR}/etc/mosquitto/mosquitto.conf.example"
rm -f "${DESTDIR}/etc/mosquitto/aclfile.example"
rm -f "${DESTDIR}/etc/mosquitto/pwfile.example"
rm -f "${DESTDIR}/etc/mosquitto/pskfile.example"

Loading…
Cancel
Save