8000 phoronix-test-suite: update pkg share path · Homebrew/homebrew-core@9491b17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9491b17

Browse files
committed
phoronix-test-suite: update pkg share path
1 parent 6ce8e25 commit 9491b17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Formula/p/phoronix-test-suite.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ class PhoronixTestSuite < Formula
2727
depends_on "php"
2828

2929
def install
30+
# Use homebrew's share directory
31+
inreplace "phoronix-test-suite", "/usr/share/phoronix-test-suite/", "#{pkgshare}/"
32+
3033
ENV["DESTDIR"] = buildpath/"dest"
3134
system "./install-sh", prefix
3235
prefix.install (buildpath/"dest/#{prefix}").children

0 commit comments

Comments
 (0)
0