fix: file names

This commit is contained in:
2026-02-22 00:09:02 +01:00
parent 6a3bf0e8f0
commit 0ac3985acc
4 changed files with 2 additions and 27 deletions

View File

@@ -31,7 +31,7 @@ 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/nginx/default.conf
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
$(RPM_TARBALL_PATH): *