wok diff asterisk-sound/receipt @ rev 15204

busybox: support Unicode up to 0x2BFF (ref: http://jrgraphix.net/research/unicode_blocks.php)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 06 13:34:00 2013 +0300 (2013-09-06)
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	Fri Sep 06 13:34:00 2013 +0300
     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  }