1#!/bin/sh 2 3if [ ! -f ./_getpatches ]; then 4 ls -l ./_getpatches 5 exit 1 6fi 7 8cp -p /dist/src/apps/VNC/tight_vnc_1.3dev5/tight-vncviewer*patch . 9cp -p /dist/src/apps/VNC/tight_vnc_1.3dev5/vnc_unixsrc_vncviewer.patched.tar ../zips/ 10 11cp -p /dist/src/apps/VNC/etc/libvncserver_cvs/expts/java_ssl/ultra/ultraftp.tar ../zips/ 12cp -p /dist/src/apps/VNC/etc/libvncserver_cvs/expts/vncstorepw.tar ../zips/ 13 14cp -p /dist/src/apps/VNC/tight_vnc_1.3dev5/vnc_unixsrc/vncviewer/vncviewer.man ../../man/man1/ssvncviewer.1 15