wok-next diff php-mcrypt/receipt @ 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 6e3fc22e770a
children 22b929532887
line diff
     1.1 --- a/php-mcrypt/receipt	Mon Oct 26 13:30:19 2009 +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