Skip to content

Commit

Permalink
eg: fix in-app reference to default .ng file
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#46746.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
vszakats authored and MikeMcQuaid committed Dec 7, 2015
1 parent ac727e9 commit 6de85d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/eg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6de85d1

Please sign in to comment.