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 \