blob: d950d5bc045fb275d23cf09c9e56fd700998c156 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.6 2004/08/31 15:53:09 dillo Exp $
--- src/arch/unix/archdep.h.orig 2004-06-19 22:29:01.000000000 +0200
+++ src/arch/unix/archdep.h
@@ -85,8 +85,8 @@
extern const char *archdep_home_path(void);
/* Define the default system directory (where the ROMs are). */
-#define LIBDIR PREFIX "/lib/vice"
-#define DOCDIR LIBDIR "/doc"
+#define LIBDIR PREFIX "/share/vice"
+#define DOCDIR PREFIX "/share/doc/vice"
#define VICEUSERDIR ".vice"
#endif
|