]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix to wrap Makefile scripts directory in quotes for uninstall.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 13 Dec 2022 08:03:52 +0000 (09:03 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 13 Dec 2022 08:03:52 +0000 (09:03 +0100)
Makefile.in
doc/Changelog

index d999e9fe7b8791813665ba11da5e726c948d2bc7..bc021aa1eb0077e7781dc6b7959248a6f53c1ac9 100644 (file)
@@ -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
index ef642cbd517af43d32fb16bb321be7b004d43ccb..46da7188f93cd6b94542fb7a57a9629901f42bc8 100644 (file)
@@ -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