From 6f822f786d42b435f55a08cc94069d5bc7d1c66c Mon Sep 17 00:00:00 2001 From: samuel Date: Wed, 31 Dec 2025 17:18:01 +0100 Subject: [PATCH] Fix certbot venv dir in install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccfb32d..6a787c3 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,6 @@ install: install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/netoik-rp/ conf/ovh.ini install --directory $(DESTDIR)$(RPM_UNITDIR) install --target-directory=$(DESTDIR)$(RPM_UNITDIR)/ services/netoik-rp.service - install --directory $(DESTDIR)/certbot + install --directory $(DESTDIR)/opt/certbot install --directory $(DESTDIR)$(RPM_SBINDIR) touch $(DESTDIR)$(RPM_SBINDIR)/certbot