wok-6.x rev 12099
sarg-php: Fix perm
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Mar 11 02:56:40 2012 +0100 (2012-03-11) |
parents | 20ec44b61ab6 |
children | 00d3597d0816 |
files | sarg-php/receipt |
line diff
1.1 --- a/sarg-php/receipt Sun Mar 11 02:33:57 2012 +0100 1.2 +++ b/sarg-php/receipt Sun Mar 11 02:56:40 2012 +0100 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