diff options
| author | S. Zachariah Sprackett | 2015-04-06 17:14:23 -0400 |
|---|---|---|
| committer | Tim D. Smith | 2015-04-06 21:01:20 -0700 |
| commit | 953a915e3755da400854011ab1e3d9c9b3f6a687 (patch) | |
| tree | 3936fb464e19f388a30bf338cf66f6ebd9c3436a | |
| parent | a2bb84dc5c6ee3b8dc0cda25bd5ad89b177a69c0 (diff) | |
| download | homebrew-953a915e3755da400854011ab1e3d9c9b3f6a687.tar.bz2 | |
percona-server: create libexec before moving files there
Closes #38419.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -rw-r--r-- | Library/Formula/percona-server.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/percona-server.rb b/Library/Formula/percona-server.rb index 1791bfc94..b4239c27d 100644 --- a/Library/Formula/percona-server.rb +++ b/Library/Formula/percona-server.rb @@ -126,6 +126,7 @@ class PerconaServer < Formula bin.install_symlink prefix/"support-files/mysql.server" # Move mysqlaccess to libexec + libexec.mkpath mv "#{bin}/mysqlaccess", libexec mv "#{bin}/mysqlaccess.conf", libexec end |
