wok-6.x diff sarg-php/receipt @ rev 13066
abiword: fix compile_rules(); provide all languages listed in 'slitaz-i18n'
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jun 22 21:49:35 2012 +0000 (2012-06-22) |
parents | 8eca57f89147 |
children | 91ed8fa372e3 |
line diff
1.1 --- a/sarg-php/receipt Sun Mar 11 02:33:09 2012 +0100 1.2 +++ b/sarg-php/receipt Fri Jun 22 21:49:35 2012 +0000 1.3 @@ -17,5 +17,10 @@ 1.4 mkdir -p $fs/var/www 1.5 1.6 cp -pa $src/sarg-php $fs/var/www 1.7 + # Fix perms 1.8 + chmod 755 $fs/var/www/sarg-php 1.9 + chmod 644 -R $fs/var/www/sarg-php/* 1.10 + chmod 755 $fs/var/www/sarg-php/locale 1.11 + 1.12 } 1.13