projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3be955
)
eclass: php-ext-source-r3 - Use relative symlink for active ini
author
Brian Evans
<grknight@gentoo.org>
Mon, 24 Feb 2020 14:23:34 +0000
(09:23 -0500)
committer
Brian Evans
<grknight@gentoo.org>
Mon, 24 Feb 2020 14:23:34 +0000
(09:23 -0500)
Signed-off-by: Brian Evans <grknight@gentoo.org>
eclass/php-ext-source-r3.eclass
patch
|
blob
|
history
diff --git
a/eclass/php-ext-source-r3.eclass
b/eclass/php-ext-source-r3.eclass
index 385bdb9dae0bb7233bcad833928fba90ac4fcf33..12e4a24facd61ce9d23fa0553dff6324a72800ab 100644
(file)
--- 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