Skip to content

Commit b2f3e8a

Browse files
authored
Merge pull request #255157 from Homebrew/hbase-postinstall
hbase: move post-installed var subdirs to bottle
2 parents 21cc66f + c1159e3 commit b2f3e8a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Formula/h/hbase.rb

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ class Hbase < Formula
88
license all_of: ["Apache-2.0", "GPL-3.0-or-later"]
99

1010
bottle do
11-
sha256 arm64_tahoe: "219ab512a65bf93e0382277525bc3a0f45ce4c4c01745879f8ce3f1e3b376a7e"
12-
sha256 arm64_sequoia: "5e65ef1f337344ec48f0cb58e9b3e994eeea84e4ca8227427d6d26674ca68369"
13-
sha256 arm64_sonoma: "f9510c211fff2deaca90aed07a5da3e10ea7469d1fbd807f10f3b8120e322574"
14-
sha256 sonoma: "c245e860773ccb2c2e084d4052ccfa94931065003174496722d153a778c7bb0b"
15-
sha256 arm64_linux: "7748359839f27c8de7570888eb4bcc700b471154625a7c87f6cba32e098d2bc4"
16-
sha256 x86_64_linux: "3280cf484885360eb9e1baaac70674c81ad1d9194fc261565cbe38364ae1da34"
11+
rebuild 1
12+
sha256 arm64_tahoe: "65045300f54b57ee162251465c51580d32ff03d31f02ac60554919672f770d14"
13+
sha256 arm64_sequoia: "9a0ffe45b7478045b48c80f86d955351b37db39ae17715f57ba322d95a9f844b"
14+
sha256 arm64_sonoma: "9f8675ca9d26afbc1b3c4c5c636224d63e7f80aa6e6ec0c2bd227a420d5d3ead"
15+
sha256 sonoma: "dac9cc595749907be623745468ac7a3d541e458ff8320d66d7435c2d5d97976a"
16+
sha256 arm64_linux: "901723f520445cfcd248a70bb9ed5e2936e6130320cf85253c1c730f6f84b668"
17+
sha256 x86_64_linux: "414d6d6b72366b325683087855608f4d31fb3005a1e4ed42e149785022bd6382"
1718
end
1819

1920
depends_on "ant" => :build
@@ -130,9 +131,7 @@ def install
130131
<value>#{loopback}</value>
131132
</property>
132133
XML
133-
end
134134

135-
def post_install
136135
(var/"log/hbase").mkpath
137136
(var/"run/hbase").mkpath
138137
end

0 commit comments

Comments
 (0)