wok-current diff gftp/receipt @ rev 484
Add ixarchive*, wrappers now run with busibo/ash shell.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Mar 22 16:03:26 2008 +0100 (2008-03-22) |
parents | eb4e6a1af180 |
children | 7f751ebb914e |
line diff
1.1 --- a/gftp/receipt Thu Mar 13 10:38:19 2008 +0000 1.2 +++ b/gftp/receipt Sat Mar 22 16:03:26 2008 +0100 1.3 @@ -28,15 +28,13 @@ 1.4 cp -a $_pkg/usr/bin/gftp $fs/usr/bin 1.5 cp -a $_pkg/usr/bin/gftp-gtk $fs/usr/bin 1.6 cp -a $_pkg/usr/share/gftp $fs/usr/share 1.7 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.8 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.9 - strip -s $fs/usr/bin/* 1.10 chmod 755 $fs/usr/bin/gftp 1.11 1.12 # Copy custom bookmarks file and remove license, big logo. 1.13 cp -a stuff/bookmarks $fs/usr/share/gftp 1.14 rm -f $fs/usr/share/gftp/COPYING 1.15 rm -f $fs/usr/share/gftp/gftp-logo.xpm 1.16 + rm -f $fs/usr/share/gftp/gftp.xpm 1.17 cd $fs/usr/share/gftp/ 1.18 ln -s gftp-mini-logo.xpm gftp-logo.xpm 1.19 }