2013-09-26 17:14:40 +02:00

14 lines
318 B
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2002/07/02 00:24:35 hubertf Exp $
--- cnprint330b.c.orig Tue Jul 2 01:22:08 2002
+++ cnprint330b.c
@@ -6216,7 +6216,7 @@
if (s==NULL) {
defpath[0]='\0';
#ifdef unix
- strcpy(defpath, "/usr/local/src/cnprint");
+ strcpy(defpath, PREFIX "/share/cnprint");
#endif
s=defpath;
}