aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc')
-rw-r--r--meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc b/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc
index b6a9c3c2..3de5845b 100644
--- a/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc
+++ b/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc
@@ -35,7 +35,7 @@ do_install_append() {
sed -e "s:%SYSCONFIGDIR%:${sysconfdir}:g" -i ${PG_INIT_SERVICE_FILE}
# Update PGDATA throughout
- files="${D}${localstatedir}/lib/${BPN}/.bash_profile"
+ files="${D}${localstatedir}/lib/${BPN}/.profile"
files="$files ${D}${systemd_unitdir}/system/postgresql.service"
files="$files ${D}${bindir}/${BPN}-setup"
files="$files ${D}${sysconfdir}/init.d/${BPN}-server"