From 59cad127ef09052479c7511789b5c30739bfb6e0 Mon Sep 17 00:00:00 2001
From: Chad Nelson <cnelson@mailbox.org>
Date: Thu, 27 Feb 2025 19:54:43 -0700
Subject: [PATCH] updated build

---
 Formula/msg-cli.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Formula/msg-cli.rb b/Formula/msg-cli.rb
index e97fb9d..ca46041 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", "#{prefix}"
+    system "echo", "#{opt_prefix}"
     system "./configure", "--prefix=#{prefix}"
     system "make" 
     system "make", "install"