wok-next diff xcircuit/receipt @ rev 14116
dnsmasq: up 2.65
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Sun Feb 24 16:13:22 2013 -0800 (2013-02-24) |
parents | 05a5fe342712 |
children | eb8067417980 |
line diff
1.1 --- a/xcircuit/receipt Tue Feb 28 05:45:47 2012 -0800 1.2 +++ b/xcircuit/receipt Sun Feb 24 16:13:22 2013 -0800 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