wok diff python-nose/receipt @ rev 4668
Up: python-pygments (1.1.1)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Tue Dec 29 10:51:03 2009 +0000 (2009-12-29) |
parents | 7f46b72fa943 |
children | b0ffb32261b8 |
line diff
1.1 --- a/python-nose/receipt Thu Jul 30 16:35:54 2009 +0200 1.2 +++ b/python-nose/receipt Tue Dec 29 10:51:03 2009 +0000 1.3 @@ -23,6 +23,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - cp -a $_pkg/usr $fs 1.8 + mkdir -p $fs/usr 1.9 + cp -a $_pkg/usr/bin $fs/usr 1.10 + cp -a $_pkg/usr/lib $fs/usr 1.11 } 1.12