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