wok-6.x diff xcircuit/receipt @ rev 15459
Up: elementary-dev (1.7.9)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Nov 05 20:58:23 2013 +0100 (2013-11-05) |
parents | 05a5fe342712 |
children | eb8067417980 |
line diff
1.1 --- a/xcircuit/receipt Tue Feb 28 05:45:47 2012 -0800 1.2 +++ b/xcircuit/receipt Tue Nov 05 20:58:23 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