SHA256
1
0
forked from pool/xless
Files
xless/xless-1.7-bindir.diff

21 lines
271 B
Diff

--- xless.h
+++ xless.h
@@ -52,7 +52,7 @@
*/
#ifndef DEFEDITOR
-#define DEFEDITOR "/usr/ucb/vi"
+#define DEFEDITOR "/usr/bin/vi"
#endif
/*
@@ -70,7 +70,7 @@
*/
#ifndef PRINTCMD
-#define PRINTCMD "/usr/ucb/lpr"
+#define PRINTCMD "/usr/bin/lpr"
#endif
/*