blob: 1f3716c2c1c69bda9b3e262961a0a60cfdab9a08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-av,v 1.2 2002/08/28 13:49:38 seb Exp $
--- tclpathplan/demo/Makefile.am.orig Wed May 15 23:55:31 2002
+++ tclpathplan/demo/Makefile.am
@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.4
SUBDIRS = pathplan_data
-demodir = $(datadir)/@PACKAGE@/demo
+demodir = $(prefix)/share/examples/@PACKAGE@
demo_SCRIPTS = pathplan
demo_DATA = pathplan.README
|