summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-07-01 14:18:39 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-07-01 14:18:39 +0200
commitbbb9575cc6af844496386afe17603319ceccf1d9 (patch)
tree88a784def7340ed397e5588c1e5a3fdf3ea7951f /Makefile.am
parent7b1bb4fd5a05b9c35ae23734f12b2a92fe5f0a57 (diff)
downloadpostgresql-setup-bbb9575cc6af844496386afe17603319ceccf1d9.tar.gz
postgresql-setup-bbb9575cc6af844496386afe17603319ceccf1d9.tar.xz
postgresql-setup-bbb9575cc6af844496386afe17603319ceccf1d9.zip
postgresql-ctl: use detected PG_CTL_BIN
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ddd8b78..48cf2d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,7 @@ edit = $(SED) \
-e 's|@DISTSUFF[@]|$(DISTSUFF)|g' \
-e 's|@INITDB_LOG[@]|$(INITDB_LOG)|g' \
-e 's|@libexecdir[@]|$(libexecdir)|g' \
+ -e 's|@PG_CTL_BIN[@]|$(PG_CTL_BIN)|g' \
-e 's|@PGDATADIR[@]|$(PGDATADIR)|g' \
-e 's|@pgdocdir[@]|$(pgdocdir)|g' \
-e 's|@PGENGINE[@]|$(PGENGINE)|g' \