wok-6.x diff cowpatty/receipt @ rev 13256
qemacs-tiny: -Werror=unused-but-set-variable fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 17 09:13:42 2012 +0200 (2012-08-17) |
parents | 083fdd98c8b0 |
children | 380ffe05937a |
line diff
1.1 --- a/cowpatty/receipt Sat Dec 25 11:13:58 2010 +0000 1.2 +++ b/cowpatty/receipt Fri Aug 17 09:13:42 2012 +0200 1.3 @@ -24,7 +24,7 @@ 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 + mkdir -p $fs/usr/share 1.9 cp -a $_pkg/usr/bin $fs/usr 1.10 cp -a $_pkg/usr/share/cowpatty $fs/usr/share 1.11 }