Skip to content
Snippets Groups Projects
Commit 19650482 authored by Vadim Markovtsev's avatar Vadim Markovtsev
Browse files
parent 19e5ed65
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class Tarantool < Formula
ohai "Installing config"
if build.stable?
inreplace "#{prefix}/etc/tarantool.cfg", /^work_dir =.*/, "work_dir = #{prefix}/var/lib/tarantool"
inreplace "#{prefix}/etc/tarantool.cfg", /^pid_file =.*/, "work_dir = #{prefix}/var/run/box.pid"
inreplace "#{prefix}/etc/tarantool.cfg", /^pid_file =.*/, "pid_file = #{prefix}/var/run/box.pid"
else
doc.install "test/box/box.lua"
inreplace doc/"box.lua" do |s|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment