8000 Merge pull request #224666 from Homebrew/phoronix-test-suite-fix · Homebrew/homebrew-core@590b52f · GitHub
[go: up one dir, main page]

Skip to content

Commit 590b52f

Browse files
authored
Merge pull request #224666 from Homebrew/phoronix-test-suite-fix
phoronix-test-suite: update pkg share path
2 parents c42c927 + b5c4742 commit 590b52f

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Formula/p/phoronix-test-suite.rb

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class PhoronixTestSuite < Formula
44
url "https://github.com/phoronix-test-suite/phoronix-test-suite/archive/refs/tags/v10.8.4.tar.gz"
55
sha256 "7b5da7193c0190c648fc0c7ad6cdfbde5d935e88c7bfa5e99cd3a720cd5e2c5a"
66
license "GPL-3.0-or-later"
7+
revision 1
78
head "https://github.com/phoronix-test-suite/phoronix-test-suite.git", branch: "master"
89

910
livecheck do
@@ -12,21 +13,21 @@ class PhoronixTestSuite < Formula
1213
end
1314

1415
bottle do
15-
rebuild 1
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d8beb2d827d15178d10e085be46ed6a5c752dfc26a7a471379700dcac98f152"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d864f4ef6757c34a9633f69b1096ade2927797be0493d5e9d5969cba375f512"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8d864f4ef6757c34a9633f69b1096ade2927797be0493d5e9d5969cba375f512"
19-
sha256 cellar: :any_skip_relocation, arm64_monterey: "8d864f4ef6757c34a9633f69b1096ade2927797be0493d5e9d5969cba375f512"
20-
sha256 cellar: :any_skip_relocation, sonoma: "f97dee399c72ee996f9deb479a9bcdb016a4cc4329b7f96c99ebe617daa3333b"
21-
sha256 cellar: :any_skip_relocation, ventura: "f97dee399c72ee996f9deb479a9bcdb016a4cc4329b7f96c99ebe617daa3333b"
22-
sha256 cellar: :any_skip_relocation, monterey: "f97dee399c72ee996f9deb479a9bcdb016a4cc4329b7f96c99ebe617daa3333b"
23-
sha256 cellar: :any_skip_relocation, arm64_linux: "eb1ad060dea2cecad6a238116fb42bc49596d85221ac7219e02a2be5799b6100"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8d864f4ef6757c34a9633f69b1096ade2927797be0493d5e9d5969cba375f512"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "71a7a32f236bc22d0990168e1fceb1d8811748295c064741177f9bdba6f905fb"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "71a7a32f236bc22d0990168e1fceb1d8811748295c064741177f9bdba6f905fb"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "71a7a32f236bc22d0990168e1fceb1d8811748295c064741177f9bdba6f905fb"
19+
sha256 cellar: :any_skip_relocation, sonoma: "130079ac169569c6e2c45a6a31d25ce285606cbfc4ed03ccd7b2e2488d8a162d"
20+
sha256 cellar: :any_skip_relocation, ventura: "130079ac169569c6e2c45a6a31d25ce285606cbfc4ed03ccd7b2e2488d8a162d"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "71a7a32f236bc22d0990168e1fceb1d8811748295c064741177f9bdba6f905fb"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "71a7a32f236bc22d0990168e1fceb1d8811748295c064741177f9bdba6f905fb"
2523
end
2624

2725
depends_on "php"
2826

2927
def install
28+
# Use homebrew's share directory
29+
inreplace "phoronix-test-suite", "/usr/share/phoronix-test-suite/", "#{pkgshare}/"
30+
3031
ENV["DESTDIR"] = buildpath/"dest"
3132
system "./install-sh", prefix
3233
prefix.install (buildpath/"dest/#{prefix}").children

0 commit comments

Comments
 (0)
0