aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/percona-toolkit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/percona-toolkit.rb')
-rw-r--r--Library/Formula/percona-toolkit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/percona-toolkit.rb b/Library/Formula/percona-toolkit.rb
index 62fb20218..1d8f2cc2c 100644
--- a/Library/Formula/percona-toolkit.rb
+++ b/Library/Formula/percona-toolkit.rb
@@ -9,7 +9,7 @@ class PerconaToolkit < Formula
depends_on 'DBD::mysql' => :perl
def install
- system "perl Makefile.PL PREFIX=#{prefix}"
+ system "perl", "Makefile.PL", "PREFIX=#{prefix}"
system "make"
system "make test"
system "make install"