[MacPorts] #29570: cassandra @0.7.4 Wrong paths in cassandra.in.sh
MacPorts
noreply at macports.org
Tue May 24 03:20:47 PDT 2011
#29570: cassandra @0.7.4 Wrong paths in cassandra.in.sh
------------------------------+---------------------------------------------
Reporter: dkkeen@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: cassandra
------------------------------+---------------------------------------------
The paths configured in cassadra.in.sh are not valid.
The following diff makes it work:
{{{
18c18
< CASSANDRA_HOME=`dirname $0`/..
---
> CASSANDRA_HOME=/opt/local/share/java/cassandra
29c29
< cassandra_bin=$cassandra_home/../cassandra.jar
---
> cassandra_bin=$CASSANDRA_HOME/../cassandra.jar
}}}
--
Ticket URL: <https://trac.macports.org/ticket/29570>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list