From 02b9f392fb8928db5aad7dd1604e82280d674c1d Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Sun, 22 Jan 2023 14:07:38 +0100 Subject: [PATCH] Fix "make install-conf" --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e866d79..d231b98 100644 --- a/Makefile +++ b/Makefile @@ -170,8 +170,8 @@ install-lib: $(SOFILE) install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION) install-conf: - install -Dm644 $(PLUGIN)/allowed_hosts.conf $(DESTDIR)$(CFGDIR)/allowed_hosts.conf - install -Dm644 $(PLUGIN)/$(PLUGIN).conf $(DESTDIR)$(CFGDIR)/$(PLUGIN).conf + install -Dm644 config/allowed_hosts.conf $(DESTDIR)$(CFGDIR)/allowed_hosts.conf + install -Dm644 config/$(PLUGIN).conf $(DESTDIR)$(CFGDIR)/$(PLUGIN).conf install: install-lib