This commit is contained in:
Eelco Dolstra 2009-07-09 15:40:43 +00:00
parent b1289533e6
commit bff13ab3e8

View file

@ -94,7 +94,7 @@ let
for i in $out/bin/*; do
wrapProgram $i \
--prefix PERL5LIB ':' $out/libexec/hydra/lib:$PERL5LIB \
--set PATH $out/bin:$hydraPath \
--prefix PATH $out/bin:$hydraPath \
--set HYDRA_HOME $out/libexec/hydra \
--set HYDRA_RELEASE ${tarball.version}
done