]> git.pld-linux.org Git - packages/cassandra-bin.git/blob - cassandra-bin-cqlsh_path_fix.patch
Update to 2.0.11 by Lukasz Gabrych. Enabled cqlsh.
[packages/cassandra-bin.git] / cassandra-bin-cqlsh_path_fix.patch
1 --- ./bin/cqlsh.patch_fix       2014-10-21 16:31:37.000000000 +0200
2 +++ ./bin/cqlsh 2015-01-12 23:25:27.805713525 +0100
3 @@ -74,7 +74,7 @@ CASSANDRA_PATH = os.path.join(os.path.di
4  ZIPLIB_DIRS = [os.path.join(CASSANDRA_PATH, 'lib')]
5  myplatform = platform.system()
6  if myplatform == 'Linux':
7 -    ZIPLIB_DIRS.append('/usr/share/cassandra/lib')
8 +    ZIPLIB_DIRS.append('/usr/share/cassandra')
9  
10  if os.environ.get('CQLSH_NO_BUNDLED', ''):
11      ZIPLIB_DIRS = ()
This page took 0.022274 seconds and 3 git commands to generate.