diff options
author | 2015-10-25 16:31:56 -0400 | |
---|---|---|
committer | 2015-10-25 16:31:56 -0400 | |
commit | 90a850d394183bbf4c4a289f91df7eb278a0d427 (patch) | |
tree | 7be8c23f049734e671a19953dc0f6618d68d7cb9 /eclass/mysql-multilib.eclass | |
parent | mysql-v2.eclass: Remove the deprecated, unused gnuconfig inherit (diff) | |
download | gentoo-90a850d394183bbf4c4a289f91df7eb278a0d427.tar.gz gentoo-90a850d394183bbf4c4a289f91df7eb278a0d427.tar.bz2 gentoo-90a850d394183bbf4c4a289f91df7eb278a0d427.zip |
mysql-multilib.eclass: Quote the path to the systemd unit directory
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'eclass/mysql-multilib.eclass')
-rw-r--r-- | eclass/mysql-multilib.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass index b4b3e69512bf..066b489d297d 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 |