search for: bbde5e1

Displaying 2 results from an estimated 2 matches for "bbde5e1".

Did you mean: bbde578
2018 Dec 07
2
[nbdkit PATCH] build: Install ocaml files relative to --prefix
...rrect location for the distro. This fixes a 'make distcheck' failure. Signed-off-by: Eric Blake <eblake@redhat.com> --- plugins/ocaml/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ocaml/Makefile.am b/plugins/ocaml/Makefile.am index b95f255..bbde5e1 100644 --- a/plugins/ocaml/Makefile.am +++ b/plugins/ocaml/Makefile.am @@ -39,7 +39,7 @@ EXTRA_DIST = \ if HAVE_OCAML -ocamllibdir = $(OCAMLLIB) +ocamllibdir = $(libdir)/ocaml ocamllib_DATA = NBDKit.mli NBDKit.cmi NBDKit.cmx NBDKit.o NBDKit.cmi: NBDKit.mli -- 2.17.2
2018 Dec 07
0
Re: [nbdkit PATCH] build: Install ocaml files relative to --prefix
...es a 'make distcheck' failure. > > Signed-off-by: Eric Blake <eblake@redhat.com> > --- > plugins/ocaml/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/plugins/ocaml/Makefile.am b/plugins/ocaml/Makefile.am > index b95f255..bbde5e1 100644 > --- a/plugins/ocaml/Makefile.am > +++ b/plugins/ocaml/Makefile.am > @@ -39,7 +39,7 @@ EXTRA_DIST = \ > > if HAVE_OCAML > > -ocamllibdir = $(OCAMLLIB) > +ocamllibdir = $(libdir)/ocaml > ocamllib_DATA = NBDKit.mli NBDKit.cmi NBDKit.cmx NBDKit.o > > NBDK...