wok rev 14794
catfish: fix genpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 08 20:42:48 2013 +0000 (2013-07-08) |
parents | 00c51b3a010b |
children | bf48e8470b8b |
files | catfish/receipt |
line diff
1.1 --- a/catfish/receipt Mon Jul 08 17:53:48 2013 +0300 1.2 +++ b/catfish/receipt Mon Jul 08 20:42:48 2013 +0000 1.3 @@ -58,6 +58,6 @@ 1.4 1.5 chown -R root:root $fs 1.6 for ext in glade svg; do 1.7 - find $fs -type f -name '*.'$ext -exec 644 \{\} \; 1.8 + find $fs -type f -name '*.'$ext -exec chmod 644 {} \; 1.9 done 1.10 }