aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ee2d277..032e7af 100644
--- a/dev-db/neo4j-community/neo4j-community-1.7.ebuild
+++ b/dev-db/neo4j-community/neo4j-community-1.7.ebuild
@@ -50,6 +50,10 @@ src_install() {
doins "${S}"/conf/neo4j-server.properties || die
doins "${S}"/conf/logging.properties || die
+ # data directories
+ dodir /var/db/neo4j
+ dodir /var/db/neo4j/log
+
# documentation
dodoc "${S}"/*.txt
dodoc -r "${S}"/doc/*