percona-xtrabackup: rubocop tweaks.
This commit is contained in:
parent
9c2ae1fdd0
commit
0394e1f84b
1 changed files with 2 additions and 2 deletions
|
@ -33,13 +33,13 @@ class PerconaXtrabackup < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
cmake_args = %W[
|
||||
cmake_args = %w[
|
||||
-DBUILD_CONFIG=xtrabackup_release
|
||||
-DCOMPILATION_COMMENT=Homebrew
|
||||
]
|
||||
|
||||
if build.with? "docs"
|
||||
cmake_args.concat %W[
|
||||
cmake_args.concat %w[
|
||||
-DWITH_MAN_PAGES=ON
|
||||
-DINSTALL_MANDIR=share/man
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue