wok-next diff squirrelmail-hu_HU/receipt @ rev 18815
lxpanel: fix post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 15 16:27:43 2016 +0100 (2016-01-15) |
parents | dfef8de3d270 |
children |
line diff
1.1 --- a/squirrelmail-hu_HU/receipt Fri Jan 30 10:17:37 2015 +0100 1.2 +++ b/squirrelmail-hu_HU/receipt Fri Jan 15 16:27:43 2016 +0100 1.3 @@ -23,5 +23,5 @@ 1.4 # Pre and post install commands for Tazpkg. 1.5 post_install() 1.6 { 1.7 - sed -i "s/^\$squirrelmail_default_language = .*/\$squirrelmail_default_language = '${PACKAGE#squirrelmail-}';/" $1/etc/squirrelmail/config.php 1.8 + sed -i "s/^\$squirrelmail_default_language = .*/\$squirrelmail_default_language = '${PACKAGE#squirrelmail-}';/" "$1/etc/squirrelmail/config.php" 1.9 }