From 6a36d8443f2fad4117fc53e5bda1c7f81ff5c485 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 13 Feb 2018 13:44:39 +0100 Subject: [PATCH] Update build script --- README.md | 2 +- conda-recipe/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee6ceac..8282bfa 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Key features: -# Quick start using the library +# Quick start for using the library To create your own stream writer you need to specify: - The H5 file format you want to write. diff --git a/conda-recipe/build.sh b/conda-recipe/build.sh index 33fc61e..5ad187e 100644 --- a/conda-recipe/build.sh +++ b/conda-recipe/build.sh @@ -1,4 +1,4 @@ make -cp bin/* ${PREFIX}/bin +cp bin/* ${PREFIX}/lib cp src/*.hpp ${PREFIX}/include \ No newline at end of file