blob: c09e837b5c0f00c55d75755aa4c0133e26a5402c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.2 2002/08/28 13:49:37 seb Exp $
--- gdtclft/demo/Makefile.am.orig Wed May 15 23:55:30 2002
+++ 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)
|