wok diff sarg-php/receipt @ rev 13029
gnome-keyring: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 11 21:43:16 2012 +0200 (2012-06-11) |
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 Mon Jun 11 21:43:16 2012 +0200 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