summaryrefslogtreecommitdiff
path: root/emulators/atari800/patches/patch-ab
blob: bc539947492060e0e176591b48048a5b113b7dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.8 2012/08/26 19:42:09 marino Exp $

--- cfg.c.orig	2011-04-18 01:47:48.000000000 +0000
+++ cfg.c
@@ -105,7 +105,7 @@ void CFG_FindROMImages(const char *direc
 #endif
 
 #ifndef SYSTEM_WIDE_CFG_FILE
-#define SYSTEM_WIDE_CFG_FILE "/etc/atari800.cfg"
+#define SYSTEM_WIDE_CFG_FILE PREFIX "/share/atari800/atari800.cfg"
 #endif
 
 static char rtconfig_filename[FILENAME_MAX];