Skip to content

Commit 8b2d427

Browse files
committed
guile-termios: sonoma runner
1 parent ffc24bc commit 8b2d427

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Formula/guile-termios.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ class GuileTermios < Formula
33
homepage "https://github.com/ft/guile-termios"
44
url "https://github.com/ft/guile-termios/archive/refs/tags/v0.6.4.tar.gz"
55
sha256 "4e6751788ed8cb2ec8426da32e6bcfe68cc9f4fe34ce8a12d93ca289e33bbe1e"
6+
revision 1
67

78
bottle do
89
root_url "https://github.com/aconchillo/homebrew-guile/releases/download/guile-termios-0.6.4"
@@ -13,7 +14,7 @@ class GuileTermios < Formula
1314
depends_on "guile"
1415

1516
def install
16-
system "make", "-j1", "DESTDIR=#{prefix}", "PREFIX=/", "install"
17+
system "make", "-j1", "DESTDIR=#{prefix}", "PREFIX=", "install"
1718
end
1819

1920
def caveats

0 commit comments

Comments
 (0)