Skip to content
Snippets Groups Projects
Commit 561740b0 authored by bigbes's avatar bigbes
Browse files

Merge pull request #1498 from vmarkovtsev/patch-1

Correct misprint in tarantool.rb
parents 19e5ed65 19650482
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