wok-next diff xcircuit/receipt @ rev 12345
Up: git to 1.7.10.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 19 10:13:27 2012 +0000 (2012-04-19) |
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 Apr 19 10:13:27 2012 +0000 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