wok-6.x diff htop/receipt @ rev 11860
up pidgin 2.10.1
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Feb 27 10:43:31 2012 -0800 (2012-02-27) |
parents | 9383e3471bd9 |
children | 4f527a2114bf |
line diff
1.1 --- a/htop/receipt Wed Nov 23 16:42:08 2011 +0000 1.2 +++ b/htop/receipt Mon Feb 27 10:43:31 2012 -0800 1.3 @@ -24,7 +24,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/bin $fs/usr/share 1.8 + mkdir -p $fs/usr/bin $fs/usr/share/applications 1.9 + cp -a $stuff/htop.desktop $fs/usr/share/applications 1.10 cp -a $_pkg/usr/bin/* $fs/usr/bin 1.11 cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.12 }