summaryrefslogtreecommitdiffstats
path: root/abs/core/php/php.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-09-27 16:32:31 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-09-27 16:32:31 (GMT)
commit81afb45f2912d8a6330ab0ff0c8dee85dd442373 (patch)
tree26e8e55d99eecab0cb211a0eb5a1f092cb97f343 /abs/core/php/php.install
parente6390521d31973140a9fc8f0aaea6dac27e7096a (diff)
downloadlinhes_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-xabs/core/php/php.install4
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
}