#{prefix} should be interpolated

To extract a variable "prefix", use "%W" instead of "%w".
Using "%w", installation fails.

Closes Homebrew/homebrew#17429.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
cocoatomo 2013-01-30 12:56:40 +09:00 committed by Adam Vandenberg
parent 03037b1a88
commit ee8db87dc5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class MecabIpadic < Formula
depends_on "mecab"
def install
args = %w[
args = %W[
--disable-debug
--disable-dependency-tracking
--prefix=#{prefix}