Files
pkgsrc-ng/devel/hdf5/patches/patch-hl_c++_examples_Makefile.in
2016-11-18 22:39:22 +01:00

18 lines
675 B
Plaintext

$NetBSD: patch-hl_c++_examples_Makefile.in,v 1.3 2015/11/26 11:25:10 adam Exp $
Fix paths to examples.
--- hl/c++/examples/Makefile.in.orig 2015-11-10 14:01:04.000000000 +0000
+++ hl/c++/examples/Makefile.in
@@ -615,8 +615,8 @@ CXX_API = yes
# Where to install examples
# Note: no '/' after DESTDIR. Explanation in commence.am
-EXAMPLEDIR = ${DESTDIR}$(datarootdir)/hdf5_examples/hl/c++
-EXAMPLETOPDIR = ${DESTDIR}$(datarootdir)/hdf5_examples/hl
+EXAMPLEDIR = ${DESTDIR}$(datarootdir)/examples/hdf5/hl/c++
+EXAMPLETOPDIR = ${DESTDIR}$(datarootdir)/examples/hdf5/hl
# Assume that all tests in this directory are examples, and tell
# conclude.am when to build them.