summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-09-16 12:33:59 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-09-16 13:46:48 +0200
commit79966819a5ef4d989f594a01c0d54a47425a9494 (patch)
tree246e451932d6f169814516fe7b8f6e7892cf8bb3 /Makefile.am
parent112c8af118dfa21b79b4f86e286c3f0bf510884a (diff)
downloadpostgresql-setup-79966819a5ef4d989f594a01c0d54a47425a9494.tar.gz
postgresql-setup-79966819a5ef4d989f594a01c0d54a47425a9494.tar.xz
postgresql-setup-79966819a5ef4d989f594a01c0d54a47425a9494.zip
postgresql-check-db-dir: migrate from /etc/postgresql/*
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 23f6a6f..c9bb186 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,7 @@ SED_RULES = \
-e 's|@README_DIST[@]|$(README_DIST)|g' \
-e 's|@SU[@]|$(SU)|g' \
-e 's|@systemdunitsdir[@]|$(systemdunitsdir)|' \
+ -e 's|@userunitsdir[@]|$(userunitsdir)|' \
-e 's|@VERSION[@]|$(VERSION)|g'
SED_CALL = $(SED) $(SED_RULES)