]> git.pld-linux.org Git - packages/cassandra-bin.git/blame - cassandra-bin-cqlsh_path_fix.patch
automatic change: use py_build/py_install macros
[packages/cassandra-bin.git] / cassandra-bin-cqlsh_path_fix.patch
CommitLineData
93a9c726
MK
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.064534 seconds and 4 git commands to generate.