wok diff xcircuit/receipt @ rev 13886
Up: slitaz-boot-scripts (5.3.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 17 19:35:19 2013 +0100 (2013-01-17) |
parents | 05a5fe342712 |
children | eb8067417980 |
line diff
1.1 --- a/xcircuit/receipt Tue Feb 28 05:45:47 2012 -0800 1.2 +++ b/xcircuit/receipt Thu Jan 17 19:35:19 2013 +0100 1.3 @@ -25,12 +25,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib \ 1.8 - $fs/usr/share/applications \ 1.9 - $fs/usr/share/pixmaps 1.10 + mkdir -p $fs/usr/lib 1.11 cp -a $_pkg/usr/bin $fs/usr 1.12 cp -a $_pkg/usr/lib/$PACKAGE-${VERSION%.*} $fs/usr/lib 1.13 - cp -a $stuff/$PACKAGE.desktop $fs/usr/share/applications 1.14 - cp -a $stuff/$PACKAGE.png $fs/usr/share/pixmaps 1.15 } 1.16