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: Mon, 24 Feb 2020 14:24:14
Message-Id: 1582554214.530db42a7add33e1d7960eaa0087908b2cd0d7d4.grknight@gentoo
1 commit: 530db42a7add33e1d7960eaa0087908b2cd0d7d4
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 24 14:23:34 2020 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 24 14:23:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530db42a
7
8 eclass: php-ext-source-r3 - Use relative symlink for active ini
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 eclass/php-ext-source-r3.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass
16 index 385bdb9dae0..12e4a24facd 100644
17 --- a/eclass/php-ext-source-r3.eclass
18 +++ b/eclass/php-ext-source-r3.eclass
19 @@ -366,7 +366,7 @@ php-ext-source-r3_createinifiles() {
20 inidir="${file/${PHP_INI_NAME}.ini/}"
21 inidir="${inidir/ext/ext-active}"
22 dodir "/${inidir}"
23 - dosym "/${file}" "/${file/ext/ext-active}"
24 + dosym "../ext/${PHP_INI_NAME}.ini" "/${file/ext/ext-active}"
25 done
26 done