diff -uNr lynx2.8.9dev.19/WWW/Library/Implementation/HTFormat.c lynx2.8.9dev.19.mod/WWW/Library/Implementation/HTFormat.c
--- lynx2.8.9dev.19/WWW/Library/Implementation/HTFormat.c	2018-05-12 01:18:24.000000000 +0300
+++ lynx2.8.9dev.19.mod/WWW/Library/Implementation/HTFormat.c	2018-06-19 19:42:26.744841948 +0300
@@ -27,7 +27,7 @@
 #ifdef NeXT
 #define PRESENT_POSTSCRIPT "open %s; /bin/rm -f %s\n"
 #else
-#define PRESENT_POSTSCRIPT "(ghostview %s ; /bin/rm -f %s)&\n"
+#define PRESENT_POSTSCRIPT "(ghostview %s ; rm -f %s)&\n"
 			   /* Full pathname would be better! */
 #endif /* NeXT */
 #endif /* UNIX */