mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
commit
ebfc08b92e
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ jre ];
|
||||
|
||||
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
|
||||
rm -r $out/logs
|
||||
mv $out/conf $out/conf.inst
|
||||
|
Loading…
Reference in New Issue
Block a user