summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/postgresql.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/postgresql.make b/rules/postgresql.make
index b4fe065ac..7f4643683 100644
--- a/rules/postgresql.make
+++ b/rules/postgresql.make
@@ -109,7 +109,7 @@ $(STATEDIR)/postgresql.targetinstall:
# # Binaries
@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/postgres)
@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_receivewal)
- @$(call install_lin, postgresql, postgres, /usr/bin/postmaster)
+ @$(call install_link, postgresql, postgres, /usr/bin/postmaster)
@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/reindexdb)
@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_isready)
@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_dump)