wok diff php-mhash/receipt @ rev 2535

Add dropbox (Online file storage tool) - Yes I know wok is freez...
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 22 01:21:14 2009 +0100 (2009-03-22)
parents 1143af92f66a
children cdb7f539e116
line diff
     1.1 --- a/php-mhash/receipt	Tue Dec 02 14:48:36 2008 +0000
     1.2 +++ b/php-mhash/receipt	Sun Mar 22 01:21:14 2009 +0100
     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=mhash.so $1/etc/php.ini || \
     1.9  	    sed -e 's|;.*extension=msql.so|;   extension=msql.so\nextension=mhash.so|' -i $1/etc/php.ini
    1.10  	# Start Web server.
    1.11  	while read daemon file; do