aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Martins <leonardo@venidera.com>2012-04-24 15:50:22 -0300
committerLeonardo Martins <leonardo@venidera.com>2012-04-24 15:50:22 -0300
commit18e40d0099987a847ad3fe9c5c2f4cb9f55f3500 (patch)
tree03c8b8630bda52919165a774bf3ec1b78f153246 /dev-db/neo4j-community/neo4j-community-1.7.ebuild
parentAdded commands to create data directories under /var/db (diff)
downloadvenidera-18e40d0099987a847ad3fe9c5c2f4cb9f55f3500.tar.gz
venidera-18e40d0099987a847ad3fe9c5c2f4cb9f55f3500.tar.bz2
venidera-18e40d0099987a847ad3fe9c5c2f4cb9f55f3500.zip
Added patches to Gentoofy data directory
Diffstat (limited to 'dev-db/neo4j-community/neo4j-community-1.7.ebuild')
-rw-r--r--dev-db/neo4j-community/neo4j-community-1.7.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/neo4j-community/neo4j-community-1.7.ebuild b/dev-db/neo4j-community/neo4j-community-1.7.ebuild
index 032e7af..1e92ef3 100644
--- a/dev-db/neo4j-community/neo4j-community-1.7.ebuild
+++ b/dev-db/neo4j-community/neo4j-community-1.7.ebuild
@@ -22,8 +22,9 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-neo4j.patch"
- epatch "${FILESDIR}/${P}-wrapper_settings.patch"
- epatch "${FILESDIR}/${P}-server_settings.patch"
+ epatch "${FILESDIR}/${P}-utils.patch"
+ epatch "${FILESDIR}/${P}-wrapper_configuration.patch"
+ epatch "${FILESDIR}/${P}-server_properties.patch"
}
src_install() {