summaryrefslogtreecommitdiff
path: root/games/freeciv/patches/patch-aa
blob: f0fb42eacb8960bfe8bc7963638df464e3087ed0 (plain)
1
2
3
4
5
6
7
--- 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 */
     };