From 3f82dedad2c0e29830e409e744c2a0bfb6036275 Mon Sep 17 00:00:00 2001 From: samuel Date: Sun, 22 Feb 2026 00:11:50 +0100 Subject: [PATCH] fix: typo makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8de6ef5..c6069dd 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ build_arch: install: install --directory $(DESTDIR)$(RPM_SYSCONFDIR)/postgres $(DESTDIR)$(RPM_UNITDIR)/postgresql.service.d install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/postgres files/postgres/postgresql.conf files/postgres/pg_hba.conf - install --target-directory=$(DESTDIR)$(RPM_UNITDIR)/postgresql.service.d filrs/systemd/postgres.conf + install --target-directory=$(DESTDIR)$(RPM_UNITDIR)/postgresql.service.d files/systemd/postgres.conf $(RPM_TARBALL_PATH): * git archive --format=tar.gz \