diff options
Diffstat (limited to 'dev-db/neo4j-community/neo4j-community-1.7.ebuild')
-rw-r--r-- | dev-db/neo4j-community/neo4j-community-1.7.ebuild | 4 |
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() { |