From 52eb7159ef9784085164868f578183ab21c46137 Mon Sep 17 00:00:00 2001 From: samuel Date: Sat, 14 Mar 2026 01:07:29 +0100 Subject: [PATCH] fix: install unit file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a9896e..8bb8136 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ install: ## Install files into rpm dest (requires env var DESTDIR) fi install --mode=755 --directory $(DESTDIR)$(RPM_SYSCONFDIR)/valkey $(DESTDIR)$(RPM_UNITDIR)/valkey.service.d install --mode=644 --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/valkey files/valkey/netoik_valkey.conf - install --mode=644 --target-directory=$(DESTDIR)$(RPM_UNITDIR) files/systemd/valkey.conf + install --mode=644 --target-directory=$(DESTDIR)$(RPM_UNITDIR)/valkey.service.d files/systemd/valkey.conf .PHONY: upload upload: ## Upload rpm package to Gitea repository (requires env var PKG_TOKEN)