From 51d17d5f25c7521b56d4c9a51b6025ce3f9f06d3 Mon Sep 17 00:00:00 2001 From: samuel Date: Wed, 31 Dec 2025 16:45:30 +0100 Subject: [PATCH] Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7f1e84..4c29b28 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,6 @@ tarball: $(RPM_TARBALL_PATH) .PHONY: install install: install --directory $(DESTDIR)$(RPM_SYSCONFDIR)/netoik-rp - install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/netoik-rp/ conf/neotik-rp.conf + install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/netoik-rp/ conf/netoik-rp.conf install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/netoik-rp/ conf/ovh.ini install --target-directory=$(DESTDIR)$(RPM_UNITDIR)/ services/netoik-rp.service