wok diff php-dba/receipt @ rev 5542
mutt: fix compile_rules for openssl 1.0
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 13 13:23:20 2010 +0200 (2010-05-13) |
parents | 6e3fc22e770a |
children | 11b005eb0d03 |
line diff
1.1 --- a/php-dba/receipt Mon Oct 26 13:30:19 2009 +0100 1.2 +++ b/php-dba/receipt Thu May 13 13:23:20 2010 +0200 1.3 @@ -32,7 +32,7 @@ 1.4 post_install() 1.5 { 1.6 grep -q ^extension=dba.so $1/etc/php.ini || \ 1.7 - sed -e 's|;.*extension=msql.so|; extension=msql.so\nextension=dba.so|' -i $1/etc/php.ini 1.8 + sed -e 's|extension=msql.so|extension=msql.so\nextension=dba.so|' -i $1/etc/php.ini 1.9 # Start Web server. 1.10 while read daemon file; do 1.11 [ -z "$1" ] || continue