From a29ee5db230555f39355655752d85ec9cbbce16d Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Mon, 16 Apr 2018 22:24:26 +0100 Subject: [PATCH] Uninstall the actually installed config file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f17d0e19..02cd9347 100644 --- a/Makefile +++ b/Makefile @@ -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"