wok diff gftp/receipt @ rev 11879
quodlibet: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 28 08:39:45 2012 +0100 (2012-02-28) |
parents | 909ce0b09c25 |
children | 88cfcda0c8aa |
line diff
1.1 --- a/gftp/receipt Wed Feb 16 00:33:49 2011 +0000 1.2 +++ b/gftp/receipt Tue Feb 28 08:39:45 2012 +0100 1.3 @@ -25,15 +25,17 @@ 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 + 1.10 cp -a $_pkg/usr/bin/gftp $fs/usr/bin 1.11 cp -a $_pkg/usr/bin/gftp-gtk $fs/usr/bin 1.12 cp -a $_pkg/usr/share/gftp $fs/usr/share 1.13 chmod 755 $fs/usr/bin/gftp 1.14 - 1.15 + 1.16 # Copy custom bookmarks file and remove license, big logo. 1.17 - cp -a stuff/bookmarks $fs/usr/share/gftp 1.18 - cp -a stuff/gftp $fs/usr/share 1.19 + cp -a $stuff/bookmarks $fs/usr/share/gftp 1.20 + cp -a $stuff/gftp $fs/usr/share 1.21 + cp -a $stuff/gftp.desktop $fs/usr/share/applications 1.22 ln -sf /usr/share/gftp/gftp-mini-logo.xpm \ 1.23 $fs/usr/share/gftp/gftp-logo.xpm 1.24 rm -f $fs/usr/share/gftp/COPYING