forked from mirrors/nixpkgs
commit
ebfc08b92e
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ jre ];
|
buildInputs = [ jre ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
sed -e 's@\(common_jvm_locations\)=.*@\1${jre}@' -i bin/openfire
|
sed -e 's@\(common_jvm_locations=\).*@\1${jre}@' -i bin/openfire
|
||||||
cp -r . $out
|
cp -r . $out
|
||||||
rm -r $out/logs
|
rm -r $out/logs
|
||||||
mv $out/conf $out/conf.inst
|
mv $out/conf $out/conf.inst
|
||||||
|
|
Loading…
Reference in a new issue