summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql-base/postgresql-base-7.3.21.ebuild')
-rw-r--r--dev-db/postgresql-base/postgresql-base-7.3.21.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql-base/postgresql-base-7.3.21.ebuild b/dev-db/postgresql-base/postgresql-base-7.3.21.ebuild
index bc2f82b..2740945 100644
--- a/dev-db/postgresql-base/postgresql-base-7.3.21.ebuild
+++ b/dev-db/postgresql-base/postgresql-base-7.3.21.ebuild
@@ -95,7 +95,7 @@ src_install() {
dodir /usr/share/postgresql-${SLOT}/man/man1
tar -zxf "${S}/doc/man.tar.gz" -C "${D}"/usr/share/postgresql-${SLOT}/man man1/{ecpg,pg_config}.1
- rm "${D}/usr/share/postgresql-${SLOT}/man/man1"/{initdb,ipcclean,pg_controldata,pg_ctl,pg_resetxlog,pg_restore,postgres,postmaster}.1
+ rm "${D}/usr/share/postgresql-${SLOT}/man/man1"/{initdb,initlocation,ipcclean,pg_controldata,pg_ctl,pg_resetxlog,pg_restore,postgres,postmaster}.1
dodoc README HISTORY doc/{README.*,TODO,bug.template}
cd "${S}/contrib"