--- ./make-ispell-pwli Mon Nov 20 09:56:32 2000 +++ ../pspell-ispell-.12/./make-ispell-pwli Tue Dec 3 16:36:52 2002 @@ -31,7 +31,7 @@ liet: lt iso8859-13 EOF` -ispelldir=`ispell -vv | grep "LIBDIR" | sed -e 's/^.*"\([^"]*\)".*/\1/'` +ispelldir=`/usr/freeware/bin/ispell -vv | grep "LIBDIR" | sed -e 's/^.*"\([^"]*\)".*/\1/'` for f in $ispelldir/*.hash do --- ./manager.cc Tue Apr 17 19:32:48 2001 +++ ../pspell-ispell-.12/./manager.cc Tue Dec 3 16:37:39 2002 @@ -304,7 +304,7 @@ const char * argv[8]; int argc = 0; - argv[argc++] = "ispell"; + argv[argc++] = "/usr/freeware/bin/ispell"; argv[argc++] = "-a"; argv[argc++] = "-d"; --- ./ltmain.sh Tue May 1 19:58:17 2001 +++ ../pspell-ispell-.12/./ltmain.sh Tue Dec 3 16:31:14 2002 @@ -61,7 +61,7 @@ default_mode= help="Try \`$progname --help' for more information." magic="%%%MAGIC variable%%%" -mkdir="mkdir" +mkdir="mkdir -p" mv="mv -f" rm="rm -f"