fix: add spec file
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled

This commit is contained in:
2026-02-21 23:58:23 +01:00
parent 593e896e3e
commit 6a3bf0e8f0
4 changed files with 42 additions and 2 deletions

View File

@@ -30,8 +30,9 @@ build_arch:
.PHONY: install
install:
install --directory $(DESTDIR)$(RPM_SYSCONFDIR)/postgres
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_UNITDIR)/postgresql.service.d filrs/systemd/postgres.conf
$(RPM_TARBALL_PATH): *
git archive --format=tar.gz \