blob: 5b70ebe594dcec7fa6281b7c6dc80d210a884afd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bb,v 1.2 2002/08/28 13:49:40 seb Exp $
--- tkspline/demo/Makefile.am.orig Wed May 15 23:55:32 2002
+++ tkspline/demo/Makefile.am
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = 1.4
-demodir = $(datadir)/@PACKAGE@/demo
+demodir = $(prefix)/share/examples/@PACKAGE@
demo_SCRIPTS = spline
demo_DATA = spline.README
EXTRA_DIST = $(demo_SCRIPTS) $(demo_DATA)
|