Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 25 Oct 2015 20:32:29
Message-Id: 1445805116.90a850d394183bbf4c4a289f91df7eb278a0d427.grknight@gentoo
1 commit: 90a850d394183bbf4c4a289f91df7eb278a0d427
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 20:31:56 2015 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 20:31:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a850d3
7
8 mysql-multilib.eclass: Quote the path to the systemd unit directory
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 eclass/mysql-multilib.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
16 index b4b3e69..066b489 100644
17 --- a/eclass/mysql-multilib.eclass
18 +++ b/eclass/mysql-multilib.eclass
19 @@ -643,7 +643,7 @@ multilib_src_configure() {
20 -DINSTALL_UNIX_ADDRDIR=${EPREFIX}/var/run/mysqld/mysqld.sock
21 -DWITH_DEFAULT_COMPILER_OPTIONS=0
22 -DWITH_DEFAULT_FEATURE_SET=0
23 - -DINSTALL_SYSTEMD_UNITDIR=$(systemd_get_unitdir)
24 + -DINSTALL_SYSTEMD_UNITDIR="$(systemd_get_unitdir)"
25 )
26
27 if in_iuse systemd ; then