diff --git a/Formula/msg-cli.rb b/Formula/msg-cli.rb index b481f7e..e97fb9d 100644 --- a/Formula/msg-cli.rb +++ b/Formula/msg-cli.rb @@ -37,7 +37,7 @@ class MsgCli < Formula ENV["GUILE_LOAD_COMPILED_PATH"] = HOMEBREW_PREFIX/"lib/guile/3.0/site-ccache" ENV["GUILE_SYSTEM_EXTENSIONS_PATH"] = HOMEBREW_PREFIX/"lib/guile/3.0/extensions" system "autoreconf", "-vif" - system "echo", "#{libdir}" + system "echo", "#{prefix}" system "./configure", "--prefix=#{prefix}" system "make" system "make", "install"