wok-stable diff gftp/receipt @ rev 8912
virtualbox-ose: add wget in BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 28 14:45:49 2011 +0100 (2011-02-28) |
parents | 7a3ed9be8ba6 |
children | af9a1b47948c |
line diff
1.1 --- a/gftp/receipt Mon Mar 30 17:02:26 2009 +0000 1.2 +++ b/gftp/receipt Mon Feb 28 14:45:49 2011 +0100 1.3 @@ -34,9 +34,8 @@ 1.4 # Copy custom bookmarks file and remove license, big logo. 1.5 cp -a stuff/bookmarks $fs/usr/share/gftp 1.6 cp -a stuff/gftp $fs/usr/share 1.7 - ln -s ../../../../../../../../usr/share/gftp/gftp-mini-logo.xpm \ 1.8 + ln -sf /usr/share/gftp/gftp-mini-logo.xpm \ 1.9 $fs/usr/share/gftp/gftp-logo.xpm 1.10 rm -f $fs/usr/share/gftp/COPYING 1.11 - rm -f $fs/usr/share/gftp/gftp-logo.xpm 1.12 rm -f $fs/usr/share/gftp/gftp.xpm 1.13 }