From 8516070112019bd7b3a5c41eb55a042808a13089 Mon Sep 17 00:00:00 2001 From: Babak Sarashki Date: Fri, 29 May 2020 12:41:29 -0700 Subject: postgresql: Fix install error on non existent file Commit 103939fec ("postgresql: Allow successful run of postgresql-setup") renamed .bash_profile to .profile. This commit reflects the file rename. Signed-off-by: Babak Sarashki Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-dbs') diff --git a/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc b/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc index b6a9c3c..3de5845 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" -- cgit v1.2.3-54-g00ecf