wok diff php/receipt @ rev 13064
mariadb: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 22 12:51:57 2012 +0200 (2012-06-22) |
parents | 5e702bac8175 |
children | dbd759dcccf3 |
line diff
1.1 --- a/php/receipt Mon Jun 18 22:02:23 2012 +0200 1.2 +++ b/php/receipt Fri Jun 22 12:51:57 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="php" 1.7 -VERSION="5.2.17" 1.8 +VERSION="5.4.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="PHP web programming language." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -69,9 +69,9 @@ 1.13 cp /etc/apache/httpd.conf $DESTDIR/etc/apache/httpd.conf 1.14 make INSTALL_ROOT=$DESTDIR install 1.15 } 1.16 - # Recommended config file. 1.17 + # Production config file. 1.18 mkdir -p $DESTDIR/etc 1.19 - cp $src/php.ini-recommended $DESTDIR/etc/php.ini || exit 1 1.20 + cp $src/php.ini-production $DESTDIR/etc/php.ini || exit 1 1.21 sed -e 's|extension_dir = "./"|extension_dir = "/usr/share/php/"|' \ 1.22 -i $DESTDIR/etc/php.ini 1.23 }