commit: 530db42a7add33e1d7960eaa0087908b2cd0d7d4 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 14:23:34 2020 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 14:23:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530db42a
eclass: php-ext-source-r3 - Use relative symlink for active ini Signed-off-by: Brian Evans <grknight <AT> gentoo.org> eclass/php-ext-source-r3.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass index 385bdb9dae0..12e4a24facd 100644 --- a/eclass/php-ext-source-r3.eclass +++ b/eclass/php-ext-source-r3.eclass @@ -366,7 +366,7 @@ php-ext-source-r3_createinifiles() { inidir="${file/${PHP_INI_NAME}.ini/}" inidir="${inidir/ext/ext-active}" dodir "/${inidir}" - dosym "/${file}" "/${file/ext/ext-active}" + dosym "../ext/${PHP_INI_NAME}.ini" "/${file/ext/ext-active}" done done