wok-current diff squirrelmail-archive/receipt @ rev 1932
Squashfs: avoid a warning during build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 24 21:06:04 2008 +0000 (2008-12-24) |
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 Wed Dec 24 21:06:04 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 }