wok diff lynx/receipt @ rev 14879

Add: python-restkit (4.2.1)
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Jul 23 19:33:23 2013 -0300 (2013-07-23)
parents 5fb14c079dd7
children 7896f0694ef6
line diff
     1.1 --- a/lynx/receipt	Sat Apr 21 17:53:44 2012 +0200
     1.2 +++ b/lynx/receipt	Tue Jul 23 19:33:23 2013 -0300
     1.3 @@ -33,5 +33,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cp -a $install/* $fs
     1.8 +	mkdir -p $fs/usr
     1.9 +
    1.10 +	cp -a $install/usr/bin $fs/usr
    1.11 +	cp -a $install/etc $fs/
    1.12  }