Merge pull request #43136 from xtruder/pkgs/zookeeper/fixes_1
zookeeper: server fixes
This commit is contained in:
commit
2808f3e5c8
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
|
|||
cp -R conf docs lib ${name}.jar $out
|
||||
mkdir -p $out/bin
|
||||
cp -R bin/{zkCli,zkCleanup,zkEnv,zkServer}.sh $out/bin
|
||||
for i in $out/bin/{zkCli,zkCleanup}.sh; do
|
||||
patchShebangs $out/bin
|
||||
for i in $out/bin/{zkCli,zkCleanup,zkServer}.sh; do
|
||||
wrapProgram $i \
|
||||
--set JAVA_HOME "${jre}" \
|
||||
--prefix PATH : "${bash}/bin"
|
||||
|
|
Loading…
Reference in a new issue