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)