wok diff squirrelmail-archive/receipt @ rev 1743

perl-*: fix WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 22 20:55:51 2008 +0000 (2008-11-22)
parents e096df3fcdc7
children cb2efee225ba
line diff
     1.1 --- a/squirrelmail-archive/receipt	Sun Aug 10 07:51:51 2008 +0000
     1.2 +++ b/squirrelmail-archive/receipt	Sat Nov 22 20:55:51 2008 +0000
     1.3 @@ -20,5 +20,5 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	echo "\$plugins[] = '$SOURCE';" >> $fs/etc/squirrelmail/config_local.php
     1.8 +	echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
     1.9  }