Skip to content

Commit e57369b

Browse files
committed
znapzend: remove postinstall
1 parent 22a45bd commit e57369b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Formula/z/znapzend.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ class Znapzend < Formula
2929
uses_from_macos "perl", since: :big_sur
3030

3131
def install
32-
system "./configure", "--disable-silent-rules",
33-
"--prefix=#{prefix}"
32+
system "./configure", "--disable-silent-rules", *std_configure_args
3433
system "make", "install"
35-
end
36-
37-
def post_install
3834
(var/"log/znapzend").mkpath
3935
(var/"run/znapzend").mkpath
4036
end

0 commit comments

Comments
 (0)