wok diff php-mysql/receipt @ rev 2204

get-OpenOffice3: add it_IT and ru_RU support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 10 10:31:53 2009 +0000 (2009-02-10)
parents 1143af92f66a
children cdb7f539e116
line diff
     1.1 --- a/php-mysql/receipt	Tue Dec 02 14:48:36 2008 +0000
     1.2 +++ b/php-mysql/receipt	Tue Feb 10 10:31:53 2009 +0000
     1.3 @@ -32,7 +32,7 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	grep -q ^extension=msql.so $1/etc/php.ini || \
     1.8 +	grep -q ^extension=mysql.so $1/etc/php.ini || \
     1.9  	    sed -e 's|;.*extension=msql.so|;   extension=msql.so\nextension=mysql.so|' -i $1/etc/php.ini
    1.10  	# Start Web server.
    1.11  	while read daemon file; do