aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Martins <leonardo@venidera.com>2012-04-24 15:01:56 -0300
committerLeonardo Martins <leonardo@venidera.com>2012-04-24 15:01:56 -0300
commit7e8945f811a54095483c27b2a07648e3da84004b (patch)
tree33f81c78960e0fc5c4d7fd9cd0d3b9c086de4cdd /dev-db/neo4j-community/neo4j-community-1.7.ebuild
parentFixed source URI (diff)
downloadvenidera-7e8945f811a54095483c27b2a07648e3da84004b.tar.gz
venidera-7e8945f811a54095483c27b2a07648e3da84004b.tar.bz2
venidera-7e8945f811a54095483c27b2a07648e3da84004b.zip
Added epatch commands to src_unpack() ebuild function
Diffstat (limited to 'dev-db/neo4j-community/neo4j-community-1.7.ebuild')
-rw-r--r--dev-db/neo4j-community/neo4j-community-1.7.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-db/neo4j-community/neo4j-community-1.7.ebuild b/dev-db/neo4j-community/neo4j-community-1.7.ebuild
index 9ec01c2..ee2d277 100644
--- a/dev-db/neo4j-community/neo4j-community-1.7.ebuild
+++ b/dev-db/neo4j-community/neo4j-community-1.7.ebuild
@@ -20,6 +20,10 @@ RDEPEND="!dev-db/neo4j-advanced
src_unpack() {
unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-neo4j.patch"
+ epatch "${FILESDIR}/${P}-wrapper_settings.patch"
+ epatch "${FILESDIR}/${P}-server_settings.patch"
}
src_install() {