summaryrefslogtreecommitdiff
path: root/emulators/vice/patches/patch-ab
blob: 86f87672574c3a135207b06626e6cdcf144018c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.2 1999/05/18 08:45:48 tv Exp $

--- src/arch/unix/archdep.h.orig	Sun Mar 14 09:19:29 1999
+++ src/arch/unix/archdep.h	Tue May 18 02:28:26 1999
@@ -43,8 +43,8 @@
 #define MODE_APPEND "w+"
 
 /* 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"
 
 int archdep_startup(int *argc, char **argv);