From b8337a9eb9bd21b46a505b0b4e5dec3ebf3c5fb9 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Fri, 11 Sep 2015 22:16:43 +0200
Subject: [PATCH] Fixing install script

---
 build_pdata.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_pdata.sh b/build_pdata.sh
index c30929bb..94aac86a 100644
--- a/build_pdata.sh
+++ b/build_pdata.sh
@@ -100,7 +100,7 @@ then
  module load boost/1.54.0
 
  sh ./autogen.sh
- ./install -s -c "--with-boost=/sw/apps/boost/1.54.0/"  CXX=mpic++
+ ./install -s -c "--with-boost=/sw/apps/boost/1.54.0/ CXX=mpic++"
  make
  if [ $? -ne 0 ]; then exit 1 ; fi
 
-- 
GitLab