blob: d9a88fe75e2178549e1dc56818931f1f3deca3a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.6 2004/09/20 22:39:03 wiz Exp $
--- Makefile.in.orig 2004-09-14 21:29:10.000000000 +0200
+++ Makefile.in
@@ -221,7 +221,7 @@ x_helper_xf86dga_libs = @x_helper_xf86dg
x_helper_xf86vm_libs = @x_helper_xf86vm_libs@
AUTOMAKE_OPTIONS = 1.4 foreign
SUBDIRS = include ggi display default extensions programs doc m4 dist
-ggiconfdatadir = $(sysconfdir)/$(ggi_subdir)
+ggiconfdatadir = $(datadir)/examples/ggi
ggiconfdata_DATA = libggi.conf
DISTCLEANFILES = libggi.conf
EXTRA_DIST = ChangeLog.1999 ChangeLog FAQ INSTALL.autoconf autogen.sh
|