diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-09-27 16:32:31 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-09-27 16:32:31 (GMT) |
commit | 81afb45f2912d8a6330ab0ff0c8dee85dd442373 (patch) | |
tree | 26e8e55d99eecab0cb211a0eb5a1f092cb97f343 /abs/core/php/php.install | |
parent | e6390521d31973140a9fc8f0aaea6dac27e7096a (diff) | |
download | linhes_pkgbuild-81afb45f2912d8a6330ab0ff0c8dee85dd442373.zip linhes_pkgbuild-81afb45f2912d8a6330ab0ff0c8dee85dd442373.tar.gz linhes_pkgbuild-81afb45f2912d8a6330ab0ff0c8dee85dd442373.tar.bz2 |
php: update to 5.6.26
Diffstat (limited to 'abs/core/php/php.install')
-rwxr-xr-x | abs/core/php/php.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/php/php.install b/abs/core/php/php.install index 49fe408..4f4696b 100755 --- a/abs/core/php/php.install +++ b/abs/core/php/php.install @@ -2,9 +2,9 @@ post_install() { if [ -f /etc/systemconfig ] then . /etc/systemconfig - if [ -f /etc/php/php.ini ] + if [ -f /etc/php/conf.d/linhes.ini ] then - sed -i 's|^.*date.timezone.*=.*$|date.timezone='${timezone}'|' /etc/php/php.ini + sed -i 's|^.*date.timezone.*=.*$|date.timezone='${timezone}'|' /etc/php/conf.d/linhes.ini fi fi } |