From 06ce104d2a1313ed518aca5e175063008cdd9b5f Mon Sep 17 00:00:00 2001 From: Star Brilliant Date: Sat, 16 Jun 2018 19:41:41 +0800 Subject: [PATCH] Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80a5234..a8ccf0e 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ install: install -m0755 doh-server/doh-server "$(DESTDIR)$(PREFIX)/bin/doh-server" mkdir -p "$(DESTDIR)$(CONFDIR)/" install -m0644 doh-client/doh-client.conf "$(DESTDIR)$(CONFDIR)/doh-client.conf.example" - install -m0644 doh-client/doh-server.conf "$(DESTDIR)$(CONFDIR)/doh-server.conf.example" + install -m0644 doh-server/doh-server.conf "$(DESTDIR)$(CONFDIR)/doh-server.conf.example" [ -e "$(DESTDIR)$(CONFDIR)/doh-client.conf" ] || install -m0644 doh-client/doh-client.conf "$(DESTDIR)$(CONFDIR)/doh-client.conf" [ -e "$(DESTDIR)$(CONFDIR)/doh-server.conf" ] || install -m0644 doh-server/doh-server.conf "$(DESTDIR)$(CONFDIR)/doh-server.conf" if [ "`uname`" = "Linux" ]; then \