blob: 466c6d5fd89c0e81a2a846d2e2daffd8014ce593 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
$NetBSD: patch-ae,v 1.7 2003/02/14 21:58:36 kristerw Exp $
--- doc/xmessrc.dist.orig Fri Feb 14 22:32:17 2003
+++ doc/xmessrc.dist Fri Feb 14 22:34:15 2003
@@ -69,15 +69,15 @@
mouse 1
### Fileio Related ###
-biospath /usr/local/share/xmess/bios
-softwarepath /usr/local/share/xmess/software
-CRC_directory /usr/local/share/xmess/crc
+biospath @ROMPATH@/bios
+softwarepath @ROMPATH@/software
+CRC_directory @ROMPATH@/crc
snapshot_directory .
-cheat_directory /usr/local/share/xmess/cheat
+cheat_directory @SPOOLDIR@/cheat
cheatfile cheat.cdb
-hiscore_file /usr/local/share/xmess/hiscore.dat
-history_file /usr/local/share/xmess/history.dat
-mameinfo_file /usr/local/share/xmess/mameinfo.dat
+hiscore_file @SPOOLDIR@/hiscore.dat
+history_file @SPOOLDIR@/history.dat
+mameinfo_file @SPOOLDIR@/mameinfo.dat
### Mess Related ###
language english
|