blob: 1b7d91d2a75046398bcf4ce836fb6661fc2b7a71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2005/10/23 19:31:37 minskim Exp $
--- client/gui-gnome/Makefile.in.orig 2004-02-08 15:56:53.000000000 +0000
+++ client/gui-gnome/Makefile.in
@@ -172,7 +172,7 @@ SUBDIRS = stock
libguiclient_a_SOURCES = gui.c gui.h callbacks.c callbacks.h interface.c interface.h chatline.c chatline.h priv.c priv.h support.c support.h g_cont.c g_cont.h g_country.c g_country.h stock.c stock.h cards.c cards.h dices.c dices.h mission.c mission.h status.c status.h connect.c connect.h armies.c armies.h colors.c colors.h preferences.c preferences.h g_scores.c g_scores.h locate_country.c locate_country.h fonts.h robot.xpm
-schemadir = $(sysconfdir)/gconf/schemas
+schemadir = $(PREFIX)/share/gconf/schemas
schema_DATA = teg.schemas
EXTRA_DIST = teg.desktop $(schema_DATA)
|