From b8a121e056a754a7b6bab29aaf7624df9bf0e6cb Mon Sep 17 00:00:00 2001 From: Joep Loijens Date: Sat, 11 Jan 2014 17:48:05 +0100 Subject: mysql: fix move of mysqlaccess files Make sure the libexec directory exists before moving the files. Closes #25815. Signed-off-by: Mike McQuaid --- Library/Formula/mysql.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 3ba610dea..30bdb71fc 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -118,6 +118,7 @@ class Mysql < Formula ln_s "#{prefix}/support-files/mysql.server", bin # Move mysqlaccess to libexec + libexec.mkpath mv "#{bin}/mysqlaccess", libexec mv "#{bin}/mysqlaccess.conf", libexec -- cgit v1.2.3