wok-4.x rev 8663
Fixed gftp.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Feb 16 00:33:49 2011 +0000 (2011-02-16) |
parents | 565f6ec7e99d |
children | 11fbedb2ad36 |
files | gftp/receipt |
line diff
1.1 --- a/gftp/receipt Wed Feb 16 00:33:05 2011 +0000 1.2 +++ b/gftp/receipt Wed Feb 16 00:33:49 2011 +0000 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 }