We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a45bd commit e57369bCopy full SHA for e57369b
Formula/z/znapzend.rb
@@ -29,12 +29,8 @@ class Znapzend < Formula
29
uses_from_macos "perl", since: :big_sur
30
31
def install
32
- system "./configure", "--disable-silent-rules",
33
- "--prefix=#{prefix}"
+ system "./configure", "--disable-silent-rules", *std_configure_args
34
system "make", "install"
35
- end
36
-
37
- def post_install
38
(var/"log/znapzend").mkpath
39
(var/"run/znapzend").mkpath
40
end
0 commit comments