Skip to content

Commit

Permalink
Remove thrift jar install from RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
mshuler committed Dec 17, 2016
1 parent 83894ad commit 57c0eee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions redhat/cassandra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ mv bin/cassandra %{buildroot}/usr/sbin/
cp -p bin/* %{buildroot}/usr/bin/
cp -p tools/bin/* %{buildroot}/usr/bin/

# copy cassandra, thrift jars
# copy cassandra jar
cp build/apache-cassandra-%{version}.jar %{buildroot}/usr/share/%{username}/
cp build/apache-cassandra-thrift-%{version}.jar %{buildroot}/usr/share/%{username}/

%clean
%{__rm} -rf %{buildroot}
Expand Down

0 comments on commit 57c0eee

Please sign in to comment.