From a587ed6cd37bfca53b60e59733bc6900be70b7e5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 5 Jun 2018 16:29:03 +0300 Subject: Fix mysql/buildfile to properly set installation directory for header files --- mysql/buildfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mysql/buildfile b/mysql/buildfile index 5278973..4d87146 100644 --- a/mysql/buildfile +++ b/mysql/buildfile @@ -250,8 +250,10 @@ for h: mysql errmsg mysqld_error mysql_time mysql_version mysql_com \ mysql/client_plugin mysql/plugin_auth_common \ mysql/psi/psi_base mysql/psi/psi_memory { - h{$h}@./: install = include/mysql/$path.directory($h) - h{$h}@./: install.subdirs = true + d = $path.directory($h) + + h{$h}@./$d: install = include/mysql/$d + h{$h}@./$d: install.subdirs = true } # Install into the mysql/ subdirectory of, say, /usr/include. -- cgit v1.1