mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 14:00:19 -04:00
14 lines
318 B
Plaintext
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;
|
|
}
|