wok rev 13052

Up: php (5.4.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Jun 18 22:09:11 2012 +0200 (2012-06-18)
parents 5e702bac8175
children 855f42b596c0
files php/receipt
line diff
     1.1 --- a/php/receipt	Mon Jun 18 22:02:23 2012 +0200
     1.2 +++ b/php/receipt	Mon Jun 18 22:09:11 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  }