From: W.C.A. Wijngaards Date: Tue, 13 Dec 2022 08:03:52 +0000 (+0100) Subject: - Fix to wrap Makefile scripts directory in quotes for uninstall. X-Git-Tag: release-1.17.1rc1~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a2e6aabac83426f868011e62df5c87433ceb963;p=thirdparty%2Funbound.git - Fix to wrap Makefile scripts directory in quotes for uninstall. --- diff --git a/Makefile.in b/Makefile.in index d999e9fe7..bc021aa1e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -645,7 +645,7 @@ uninstall: $(PYTHONMOD_UNINSTALL) $(PYUNBOUND_UNINSTALL) $(UNBOUND_EVENT_UNINSTA rm -f -- $(DESTDIR)$(includedir)/unbound.h $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/libunbound.la @echo - @echo "You still need to remove "`dirname $(DESTDIR)$(configfile)`" , $(DESTDIR)$(configfile) by hand" + @echo "You still need to remove "`dirname "$(DESTDIR)$(configfile)"`" , $(DESTDIR)$(configfile) by hand" iana_update: curl -o port-numbers.tmp https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml --compressed diff --git a/doc/Changelog b/doc/Changelog index ef642cbd5..46da7188f 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 13 December 2022: Wouter - Merge #808: Wrap Makefile script's directory variables in quotes. + - Fix to wrap Makefile scripts directory in quotes for uninstall. 1 December 2022: Wouter - Fix #773: When used with systemd-networkd, unbound does not start