From 4b60b13481bf54033f3dd68bf4d7252b0460d972 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Wed, 23 May 2012 05:03:36 +0000
Subject: [PATCH] BugFix: Fixed error in path. Kudos to Olaf Ippisch

[[Imported from SVN: r6758]]
---
 COPYING        | 1 +
 m4/parmetis.m4 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/COPYING b/COPYING
index 03909989b..3f7599987 100644
--- a/COPYING
+++ b/COPYING
@@ -12,6 +12,7 @@ Copyright holders:
 2005--2010    Carsten Gräser
 2010--2012    Christoph Grüninger
 2006          Bernhard Haasdonk
+2012          Olaf Ippisch
 2009          Leonard Kern
 2005--2007    Sreejith Pulloor Kuttanikkad
 2003--2012    Robert Klöfkorn
diff --git a/m4/parmetis.m4 b/m4/parmetis.m4
index bf3b38705..09954d130 100644
--- a/m4/parmetis.m4
+++ b/m4/parmetis.m4
@@ -80,7 +80,7 @@ AC_DEFUN([DUNE_PATH_PARMETIS],[
   if test x"$with_mpi" != x"no" && test x"$with_parmetis" != x"no" ; then
           
       # defaultpath
-      PARMETIS_LIB_PATH="$with_parmetis$lib_path"
+      PARMETIS_LIB_PATH="$with_parmetis/$lib_path"
       PARMETIS_INCLUDE_PATH="$with_parmetis/$include_path"
                   
       PARMETIS_LIBS="-L$PARMETIS_LIB_PATH -l$with_metis_lib $DUNEMPILIBS -lm"
-- 
GitLab