$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 */ };