summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-24 17:44:34 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-24 17:44:34 +0000
commit2ff6f89cb41d3245ec645c49a698b76dd987b937 (patch)
tree2ab4053faa58f8b391ed42ae290e08ca4f7d5b99 /dev-db
parent*** empty log message *** (diff)
downloadgentoo-2-2ff6f89cb41d3245ec645c49a698b76dd987b937.tar.gz
gentoo-2-2ff6f89cb41d3245ec645c49a698b76dd987b937.tar.bz2
gentoo-2-2ff6f89cb41d3245ec645c49a698b76dd987b937.zip
*** empty log message ***
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql/files/digest-postgresql-7.1_beta31
-rw-r--r--dev-db/postgresql/postgresql-7.1_beta3.ebuild2
2 files changed, 2 insertions, 1 deletions
diff --git a/dev-db/postgresql/files/digest-postgresql-7.1_beta3 b/dev-db/postgresql/files/digest-postgresql-7.1_beta3
new file mode 100644
index 000000000000..b9ec4395fc3d
--- /dev/null
+++ b/dev-db/postgresql/files/digest-postgresql-7.1_beta3
@@ -0,0 +1 @@
+MD5 ad2b3b181753e902c4857fada6c01158 postgresql-7.1beta3.tar.gz
diff --git a/dev-db/postgresql/postgresql-7.1_beta3.ebuild b/dev-db/postgresql/postgresql-7.1_beta3.ebuild
index 73c5572a8336..a75bcb6c7303 100644
--- a/dev-db/postgresql/postgresql-7.1_beta3.ebuild
+++ b/dev-db/postgresql/postgresql-7.1_beta3.ebuild
@@ -14,7 +14,7 @@ src_unpack() {
unpack ${A}
cd ${S}/src/backend/catalog
cp genbki.sh genbki.sh.orig
-# sed -e 's:\\name:\\ name:' genbki.sh.orig > genbki.sh
+ sed -e 's:\\name:\\ name:' genbki.sh.orig > genbki.sh
}
src_compile() {