diff -uNr pstoedit_3.16.orig/doc/pstoedit.1 pstoedit_3.16/doc/pstoedit.1 --- pstoedit_3.16.orig/doc/pstoedit.1 Mon Nov 29 05:11:34 1999 +++ pstoedit_3.16/doc/pstoedit.1 Thu Dec 23 08:50:00 1999 @@ -324,7 +324,7 @@ .br < .IR "The directory where the pstoedit executably is located" ->/../lib/ +>/../lib/pstoedit/ .RS .PP .RE diff -uNr pstoedit_3.16.orig/pstoedit.htm pstoedit_3.16/pstoedit.htm --- pstoedit_3.16.orig/pstoedit.htm Mon Nov 29 05:11:38 1999 +++ pstoedit_3.16/pstoedit.htm Thu Dec 23 08:54:20 1999 @@ -274,7 +274,7 @@
  • Unix:
    < The directory where the pstoedit executably is located ->/../lib/ +>/../lib/pstoedit/

  • diff -uNr pstoedit_3.16.orig/src/pstoedit.cpp pstoedit_3.16/src/pstoedit.cpp --- pstoedit_3.16.orig/src/pstoedit.cpp Tue Dec 14 16:26:05 1999 +++ pstoedit_3.16/src/pstoedit.cpp Thu Dec 23 08:50:00 1999 @@ -563,7 +563,7 @@ *p = '\0'; RSString test(szExePath); #if (defined(unix) || defined(__unix__) || defined(_unix) || defined(__unix) || defined(__EMX__) ) && !defined(DJGPP) - test+="/../lib/"; + test+="/../lib/pstoedit/"; test+=drivername; test+=".fmp"; #else