summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-01-15 18:57:26 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-01-15 18:57:26 +0100
commitf71cbe161ff13938afb80d6e60512d79d9e4a919 (patch)
tree23cf8f1ca5b53d50008fe1e9037b8c1b6c7bdb42
parent8b36aeb28f6c22ee68998c0ff8d61cc9fdc6fbd2 (diff)
downloadptxdist-f71cbe161ff13938afb80d6e60512d79d9e4a919.tar.gz
ptxdist-f71cbe161ff13938afb80d6e60512d79d9e4a919.tar.xz
postgresql: fix typo in macro name
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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)