wok-current diff xchm/receipt @ rev 14651
get-libaacs: typos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 04 12:23:01 2013 +0200 (2013-06-04) |
parents | 7978be568da0 |
children | 380ffe05937a |
line diff
1.1 --- a/xchm/receipt Wed May 25 11:14:18 2011 +0200 1.2 +++ b/xchm/receipt Tue Jun 04 12:23:01 2013 +0200 1.3 @@ -23,13 +23,9 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/share/locale \ 1.8 - $fs/usr/share/applications \ 1.9 - 1.10 + mkdir -p $fs/usr/share/locale 1.11 cp -a $_pkg/usr/bin $fs/usr 1.12 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.13 cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.14 - 1.15 - cp -a stuff/*.desktop $fs/usr/share/applications 1.16 } 1.17