Skip to content

Commit

Permalink
RPM spec file creates saved_caches directory. Patch by Dave Revell, r…
Browse files Browse the repository at this point in the history
…eviewed by brandonwilliams for CASSANDRA-1662

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.6@1027528 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
driftx committed Oct 26, 2010
1 parent 3b09cde commit 61a9ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redhat/apache-cassandra.spec
Expand Up @@ -63,6 +63,7 @@ cp -p bin/* %{buildroot}/usr/bin
cp build/%{name}-%{version}.jar %{buildroot}/usr/share/%{username}/lib
mkdir -p %{buildroot}/var/lib/%{username}/commitlog
mkdir -p %{buildroot}/var/lib/%{username}/data
mkdir -p %{buildroot}/var/lib/%{username}/saved_caches
mkdir -p %{buildroot}/var/run/%{username}
mkdir -p %{buildroot}/var/log/%{username}

Expand Down

0 comments on commit 61a9ded

Please sign in to comment.