mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
16 lines
506 B
Plaintext
16 lines
506 B
Plaintext
$NetBSD: patch-ad,v 1.2 2012/07/30 03:04:32 dholland Exp $
|
|
|
|
Configure paths for pkgsrc.
|
|
|
|
--- init.c.orig Thu Aug 5 05:27:57 1999
|
|
+++ init.c Thu Aug 5 05:28:17 1999
|
|
@@ -60,7 +60,7 @@
|
|
if (i) {
|
|
fprintf(stderr, "polygon data path %s not exist.\n", datadir);
|
|
fprintf(stderr, "To specify the path, describe it in the deffile like\n");
|
|
- fprintf(stderr, "PolygonDataPath /usr/share/xhangglider\n\n");
|
|
+ fprintf(stderr, "PolygonDataPath " PREFIX "/share/xhangglider\n\n");
|
|
}
|
|
|
|
return 0;
|