blob: 3c5e5e678c07c4782d7d94ab6bfd012f7a5b4bf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.4 2004/04/17 16:56:10 seb Exp $
--- gdtclft/demo/Makefile.am.orig 2003-09-09 10:15:24.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)
|