14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
$NetBSD: patch-ae,v 1.2 2008/10/23 04:40:55 schmonz Exp $
|
|
|
|
--- src/freepops.h.orig 2007-01-13 17:36:25.000000000 -0500
|
|
+++ src/freepops.h
|
|
@@ -50,7 +50,7 @@ extern char *configfile;
|
|
#ifdef WIN32
|
|
#define FREEPOPS_SHARE "./"
|
|
#else
|
|
-#define FREEPOPS_SHARE "/usr/share/freepops/"
|
|
+#define FREEPOPS_SHARE "@PREFIX@/share/freepops/"
|
|
#endif
|
|
|
|
#endif
|