wok-6.x diff asterisk-sound/receipt @ rev 15057
codiad: use config.example.php
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 10:34:38 2013 +0000 (2013-08-13) |
parents | e76ce476e779 |
children | f4c22f009037 |
line diff
1.1 --- a/asterisk-sound/receipt Tue May 31 15:25:51 2011 +0200 1.2 +++ b/asterisk-sound/receipt Tue Aug 13 10:34:38 2013 +0000 1.3 @@ -22,5 +22,6 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - cp -a $_pkg/* $fs 1.8 + cp -a $install/* $fs 1.9 + chown -R root:root $fs 1.10 }