From d3d2e35f483c2a381ab697cb21733d70513bf68b Mon Sep 17 00:00:00 2001 From: samuel Date: Sun, 22 Feb 2026 00:19:14 +0100 Subject: [PATCH] fix: files mode --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c6069dd..544b0fa 100644 --- a/Makefile +++ b/Makefile @@ -30,9 +30,9 @@ build_arch: .PHONY: install 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 files/systemd/postgres.conf + install --mode=755 --directory $(DESTDIR)$(RPM_SYSCONFDIR)/postgres $(DESTDIR)$(RPM_UNITDIR)/postgresql.service.d + install --mode=644 --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/postgres files/postgres/postgresql.conf files/postgres/pg_hba.conf + install --mode=644 --target-directory=$(DESTDIR)$(RPM_UNITDIR)/postgresql.service.d files/systemd/postgres.conf $(RPM_TARBALL_PATH): * git archive --format=tar.gz \