blob: 36166aa114d1c1989f766e4fc8bef6dcecd78527 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.3 2003/03/03 11:34:59 seb Exp $
--- gdtclft/demo/Makefile.am.orig 2003-01-15 17:22:13.000000000 +0000
+++ gdtclft/demo/Makefile.am
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = 1.4
-demodir = $(datadir)/@PACKAGE@/demo
+demodir = $(prefix)/share/examples/@PACKAGE@
demo_SCRIPTS = entities
demo_DATA = entities.README entities.html
EXTRA_DIST = $(demo_SCRIPTS) $(demo_DATA) CVS/*
|