Fix installation of example files.

This commit is contained in:
wiz 2007-02-07 00:03:58 +00:00
parent c2c0bd76a5
commit 5524c24038

View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.3 2007/02/07 00:03:58 wiz Exp $
--- inputs/Makefile.in.orig 2007-01-25 20:15:25.000000000 +0000
+++ inputs/Makefile.in
@@ -17,7 +17,7 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(datadir)/examples/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..