wok-4.x diff php-imap/receipt @ rev 6419
Up: lxpanel to 0.5.6. I committed out my patch since it doesn't patch now. I also took battary montor out so lxpanel will build. All other plugins are there.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Sep 26 17:02:23 2010 +0000 (2010-09-26) |
parents | 6e3fc22e770a |
children | 11b005eb0d03 |
line diff
1.1 --- a/php-imap/receipt Mon Oct 26 13:30:19 2009 +0100 1.2 +++ b/php-imap/receipt Sun Sep 26 17:02:23 2010 +0000 1.3 @@ -33,7 +33,7 @@ 1.4 post_install() 1.5 { 1.6 grep -q ^extension=imap.so $1/etc/php.ini || \ 1.7 - sed -e 's|;.*extension=msql.so|; extension=msql.so\nextension=imap.so|' -i $1/etc/php.ini 1.8 + sed -e 's|extension=msql.so|extension=msql.so\nextension=imap.so|' -i $1/etc/php.ini 1.9 # Start Web server. 1.10 while read daemon file; do 1.11 [ -z "$1" ] || continue