wok rev 4921

php-mcrypt: fix post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 15 20:42:05 2010 +0100 (2010-02-15)
parents 12f8af5fe3c8
children 22b929532887
files php-mcrypt/receipt
line diff
     1.1 --- a/php-mcrypt/receipt	Mon Feb 15 10:36:28 2010 +0100
     1.2 +++ b/php-mcrypt/receipt	Mon Feb 15 20:42:05 2010 +0100
     1.3 @@ -34,7 +34,7 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	grep -q ^extension=mysql.so $1/etc/php.ini || \
     1.8 +	grep -q ^extension=mcrypt.so $1/etc/php.ini || \
     1.9  	    sed -e 's|;.*extension=mcrypt.so|;   extension=mcrypt.so\nextension=mcrypt.so|' -i $1/etc/php.ini
    1.10  	# Start Web server.
    1.11  	while read daemon file; do