wok diff fpm2/receipt @ rev 12135

Fix busybox diff: don't output binary content
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 13 21:24:32 2012 +0100 (2012-03-13)
parents 4f527a2114bf
children fcdd50638150
line diff
     1.1 --- a/fpm2/receipt	Thu Mar 08 11:44:26 2012 -0800
     1.2 +++ b/fpm2/receipt	Tue Mar 13 21:24:32 2012 +0100
     1.3 @@ -27,5 +27,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 +	mkdir -p $fs/usr
     1.8  	cp -a $_pkg/usr/bin $fs/usr
     1.9  }