6d4ae44a36
do away with MESSAGE. patch from Nick Nauwelaerts <nick@wanadoo.be>
13 lines
460 B
Plaintext
13 lines
460 B
Plaintext
$OpenBSD: patch-antiword_h,v 1.3 2002/01/10 22:48:12 mark Exp $
|
|
--- antiword.h.orig Tue Sep 25 21:36:47 2001
|
|
+++ antiword.h Thu Jan 10 14:40:59 2002
|
|
@@ -143,7 +143,7 @@
|
|
#define ANTIWORD_DIR "antiword"
|
|
#define FONTNAMES_FILE "fontname.txt"
|
|
#else
|
|
-#define GLOBAL_ANTIWORD_DIR "/opt/antiword/share"
|
|
+#define GLOBAL_ANTIWORD_DIR "/usr/local/share/antiword/resources"
|
|
#define ANTIWORD_DIR ".antiword"
|
|
#define FONTNAMES_FILE "fontnames"
|
|
#endif /* __dos */
|