diff options
| author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-05-29 12:41:29 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-01 22:31:23 -0400 |
| commit | ba99cce99d248b383871db562d694be5b3d52c77 (patch) | |
| tree | 978d6f2aea3ead3f37122c2574435315429ff6d9 | |
| parent | e960e1d2d42db7b236616f31e5021998ea93867f (diff) | |
| download | meta-cloud-services-ba99cce99d248b383871db562d694be5b3d52c77.tar.gz | |
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 <babak.sarashki@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc | 2 |
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 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() { | |||
| 35 | sed -e "s:%SYSCONFIGDIR%:${sysconfdir}:g" -i ${PG_INIT_SERVICE_FILE} | 35 | sed -e "s:%SYSCONFIGDIR%:${sysconfdir}:g" -i ${PG_INIT_SERVICE_FILE} |
| 36 | 36 | ||
| 37 | # Update PGDATA throughout | 37 | # Update PGDATA throughout |
| 38 | files="${D}${localstatedir}/lib/${BPN}/.bash_profile" | 38 | files="${D}${localstatedir}/lib/${BPN}/.profile" |
| 39 | files="$files ${D}${systemd_unitdir}/system/postgresql.service" | 39 | files="$files ${D}${systemd_unitdir}/system/postgresql.service" |
| 40 | files="$files ${D}${bindir}/${BPN}-setup" | 40 | files="$files ${D}${bindir}/${BPN}-setup" |
| 41 | files="$files ${D}${sysconfdir}/init.d/${BPN}-server" | 41 | files="$files ${D}${sysconfdir}/init.d/${BPN}-server" |
