diff options
Diffstat (limited to 'x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_getpatches')
-rwxr-xr-x | x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_getpatches | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_getpatches b/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_getpatches deleted file mode 100755 index d12e1d1..0000000 --- a/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_getpatches +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -if [ ! -f ./_getpatches ]; then - ls -l ./_getpatches - exit 1 -fi - -cp -p /dist/src/apps/VNC/tight_vnc_1.3dev5/tight-vncviewer*patch . -cp -p /dist/src/apps/VNC/tight_vnc_1.3dev5/vnc_unixsrc_vncviewer.patched.tar ../zips/ - -cp -p /dist/src/apps/VNC/etc/libvncserver_cvs/expts/java_ssl/ultra/ultraftp.tar ../zips/ -cp -p /dist/src/apps/VNC/etc/libvncserver_cvs/expts/vncstorepw.tar ../zips/ - -cp -p /dist/src/apps/VNC/tight_vnc_1.3dev5/vnc_unixsrc/vncviewer/vncviewer.man ../../man/man1/ssvncviewer.1 |