diff options
author | Leonardo Martins <leonardo@venidera.com> | 2012-04-24 15:25:18 -0300 |
---|---|---|
committer | Leonardo Martins <leonardo@venidera.com> | 2012-04-24 15:25:18 -0300 |
commit | 6d0d1bbb3b4caeb82e606b6fe783d8465e64a93b (patch) | |
tree | b01e8bbbf448b60eadcaa63f94a662e599b4fcbe /dev-db | |
parent | Added epatch commands to src_unpack() ebuild function (diff) | |
download | venidera-6d0d1bbb3b4caeb82e606b6fe783d8465e64a93b.tar.gz venidera-6d0d1bbb3b4caeb82e606b6fe783d8465e64a93b.tar.bz2 venidera-6d0d1bbb3b4caeb82e606b6fe783d8465e64a93b.zip |
Added commands to create data directories under /var/db
Diffstat (limited to 'dev-db')
-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 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/* |