From 6d0d1bbb3b4caeb82e606b6fe783d8465e64a93b Mon Sep 17 00:00:00 2001 From: Leonardo Martins Date: Tue, 24 Apr 2012 15:25:18 -0300 Subject: Added commands to create data directories under /var/db --- dev-db/neo4j-community/neo4j-community-1.7.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-db') 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/* -- cgit v1.2.3-65-gdbad