pkg://wxftp-0.4.0-1.src.rpm:377307/wxftp.patch
info downloads
--- wxftp-0.4.0/src/functions.c.orig Tue Aug 11 10:41:17 1998
+++ wxftp-0.4.0/src/functions.c Tue Aug 11 10:44:35 1998
@@ -26,7 +26,7 @@
#include"functions.h"
int show_help(int num){
- static char* help_loc="/usr/local/share/wxftp/help/index.html";
+ static char* help_loc="/usr/share/wxftp/help/index.html";
char* buf;
buf=WXmalloc(strlen(help_loc)*3+80);
sprintf(buf,
--- wxftp-0.4.0/install.sh.orig Tue Aug 11 10:31:49 1998
+++ wxftp-0.4.0/install.sh Tue Aug 11 10:33:50 1998
@@ -1,9 +1,9 @@
#!/bin/sh
#modified based on suggestions from Darren Evans <darren@kedemel.demon.co.uk>
-BINDIR=/usr/local/bin
-MANPATH=/usr/local/man/man1
-WXSHARE=/usr/local/share/wxftp
+BINDIR=$INSTALL_DIR/usr/bin
+MANPATH=$INSTALL_DIR/usr/man/man1
+WXSHARE=$INSTALL_DIR/usr/share/wxftp
TAR=/bin/tar
if [ ! -e wxftp ] ; then