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 b389e82Copy full SHA for b389e82
Formula/z/zrepl.rb
@@ -28,9 +28,6 @@ class Zrepl < Formula
28
29
def install
30
system "go", "build", *std_go_args(ldflags: "-s -w -X github.com/zrepl/zrepl/version.zreplVersion=#{version}")
31
- end
32
-
33
- def post_install
34
(var/"log/zrepl").mkpath
35
(var/"run/zrepl").mkpath
36
(etc/"zrepl").mkpath
0 commit comments