diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2006-11-12 11:57:50 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2006-11-12 11:57:50 +0000 |
commit | 3ef8930c3d29b4aed18682fa5d9e92fe16593c1c (patch) | |
tree | 3fe2ee83b81adde0d9ed14ce2c3ce07cbebb0a83 /dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.0.1.4.3.ebuild | |
parent | Added new ebuild for the pgadmin3 "adminpack" (diff) | |
download | testing-3ef8930c3d29b4aed18682fa5d9e92fe16593c1c.tar.gz testing-3ef8930c3d29b4aed18682fa5d9e92fe16593c1c.tar.bz2 testing-3ef8930c3d29b4aed18682fa5d9e92fe16593c1c.zip |
Typo fixed
svn path=/testing/; revision=165
Diffstat (limited to 'dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.0.1.4.3.ebuild')
-rw-r--r-- | dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.0.1.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.0.1.4.3.ebuild b/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.0.1.4.3.ebuild index 6f2d6ec..1c073d7 100644 --- a/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.0.1.4.3.ebuild +++ b/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.0.1.4.3.ebuild @@ -45,5 +45,5 @@ src_install() { pkg_postinst() { elog "You have to 'activate' the module by executing some SQL statements." elog "This can be done with the following command:" - elog "psql -U postgresq -f ${ROOT}/usr/share/postgresql/contrib/admin${PG_PV/.}.sql" + elog "psql -U postgres some_database -f ${ROOT}/usr/share/postgresql/contrib/admin${PG_PV/.}.sql" } |