wok-stable diff gftp/receipt @ rev 8889
Fixed typos in nagios depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 27 06:33:45 2011 +0000 (2011-02-27) |
parents | 7a3ed9be8ba6 |
children | af9a1b47948c |
line diff
1.1 --- a/gftp/receipt Mon Mar 30 17:02:26 2009 +0000 1.2 +++ b/gftp/receipt Sun Feb 27 06:33:45 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 }