$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);