blob: 22e54ef531ff6b416c5605f703375fa3a598b384 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.4 2000/08/27 14:08:35 wiz Exp $
--- src/arch/unix/archdep.h.orig Tue Nov 16 16:19:50 1999
+++ src/arch/unix/archdep.h
@@ -51,8 +51,8 @@
#define MODE_APPEND_READ_WRITE "a+"
/* 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"
extern const char *archdep_home_path(void);
|