From c4323b6b81b7e17e8ab7275b47262614da2ff952 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 8 Jan 2019 10:50:24 +0100 Subject: [PATCH] installation of doc file in Compiler/hdf5_serial/build fixed --- Compiler/hdf5_serial/build | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Compiler/hdf5_serial/build b/Compiler/hdf5_serial/build index 776dba7..7dfd073 100755 --- a/Compiler/hdf5_serial/build +++ b/Compiler/hdf5_serial/build @@ -1,12 +1,14 @@ #!/usr/bin/env modbuild -pbuild::set_download_url "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${V_MAJOR}.${V_MINOR}/hdf5-$V/src/hdf5-$V.tar.bz2" +pbuild::set_download_url \ + "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${V_MAJOR}.${V_MINOR}/hdf5-$V/src/hdf5-$V.tar.bz2" pbuild::add_to_group 'Compiler' -pbuild::add_docfiles ACKNOWLEDGMENTS -pbuild::add_docfiles COPYING -pbuild::add_docfiles MANIFEST -pbuild::add_docfiles README.txt + +pbuild::install_docfiles ACKNOWLEDGMENTS +pbuild::install_docfiles COPYING +pbuild::install_docfiles MANIFEST +pbuild::install_docfiles README.txt pbuild::pre_configure() { pbuild::add_configure_args "--enable-shared" @@ -44,5 +46,4 @@ pbuild::pre_configure() { fi } -pbuild::make_all