Skip to content

Commit

Permalink
Merge pull request samuel#27 from hdonnay/deb_search
Browse files Browse the repository at this point in the history
add path for jar if installed via apt-get
  • Loading branch information
samuel committed Apr 30, 2014
2 parents f1cee21 + 31047cb commit 0718845
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zk/server_java.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func (sc ServerConfig) Marshall(w io.Writer) error {
var jarSearchPaths = []string{
"zookeeper-*/contrib/fatjar/zookeeper-*-fatjar.jar",
"../zookeeper-*/contrib/fatjar/zookeeper-*-fatjar.jar",
"/usr/share/java/zookeeper-*.jar",
"/usr/local/zookeeper-*/contrib/fatjar/zookeeper-*-fatjar.jar",
"/usr/local/Cellar/zookeeper/*/libexec/contrib/fatjar/zookeeper-*-fatjar.jar",
}
Expand Down

0 comments on commit 0718845

Please sign in to comment.