From 092d7e31043471036057c0e8bd0d9e952d5e09d6 Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 30 Dec 2025 15:35:24 +0100 Subject: [PATCH] Add nginx config in make install --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 779af8e..a29af92 100644 --- a/Makefile +++ b/Makefile @@ -25,5 +25,7 @@ tarball: $(RPM_SOURCEDIR)/$(NAME)-$(VERSION).tar.gz .PHONY: install install: + install --directory $(DESTDIR)$(RPM_SYSCONFDIR)/nginx + install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/nginx etc/nginx/nginx.conf install --directory $(DESTDIR)$(RPM_SYSCONFDIR)/certbot install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/certbot etc/certbot/ovh.ini.tpl