commit:     90a850d394183bbf4c4a289f91df7eb278a0d427
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 20:31:56 2015 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 20:31:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a850d3

mysql-multilib.eclass: Quote the path to the systemd unit directory

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 eclass/mysql-multilib.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
index b4b3e69..066b489 100644
--- a/eclass/mysql-multilib.eclass
+++ b/eclass/mysql-multilib.eclass
@@ -643,7 +643,7 @@ multilib_src_configure() {
                -DINSTALL_UNIX_ADDRDIR=${EPREFIX}/var/run/mysqld/mysqld.sock
                -DWITH_DEFAULT_COMPILER_OPTIONS=0
                -DWITH_DEFAULT_FEATURE_SET=0
-               -DINSTALL_SYSTEMD_UNITDIR=$(systemd_get_unitdir)
+               -DINSTALL_SYSTEMD_UNITDIR="$(systemd_get_unitdir)"
        )
 
        if in_iuse systemd ; then

Reply via email to