From bbb9575cc6af844496386afe17603319ceccf1d9 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 1 Jul 2014 14:18:39 +0200 Subject: postgresql-ctl: use detected PG_CTL_BIN --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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' \ -- cgit