summaryrefslogtreecommitdiff
path: root/games/freeciv/patches/patch-aa
blob: 18dd42be104f45b1fe3971774e1205120739c40d (plain)
1
2
3
4
5
6
7
8
9
$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:40 agc Exp $

--- client/climisc.c.orig	Thu Jun 11 22:16:11 1998
+++ client/climisc.c	Thu Jun 11 22:16:56 1998
@@ -46,3 +46,3 @@
     } else {
-      datadir = "data";		/* correct if not 'data' is the default */
+      datadir = "@X11BASE@/share/freeciv/data"; /* correct if not 'data' is the default */
     };