eg: fix in-app reference to default .ng file

Closes Homebrew/homebrew#46746.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Viktor Szakats 2015-12-06 22:33:40 +01:00 committed by Mike McQuaid
parent ac727e9e9d
commit 6de85d10fc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Eg < Formula
depends_on "s-lang"
def install
inreplace "eglib.c", "/usr/share/", "#{etc}/share/"
inreplace "eglib.c", "/usr/share/", "#{etc}/"
bin.mkpath
man1.mkpath
system "make"