From 2e6bbb3e0468ada251d32c882ac9454af25822c5 Mon Sep 17 00:00:00 2001
From: Martin Schneider <martin.schneider@iws.uni-stuttgart.de>
Date: Wed, 3 Aug 2016 18:44:49 +0200
Subject: [PATCH] [cornerpoint] Correction of script output

---
 bin/installexternal.sh | 2 +-
 patches/README         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/installexternal.sh b/bin/installexternal.sh
index f9a515b180..16b29a2843 100755
--- a/bin/installexternal.sh
+++ b/bin/installexternal.sh
@@ -276,7 +276,7 @@ installOPM()
     echo "In addition, it might be necessary to set manually some"
     echo "CMake variables in the CMAKE_FLAGS section of the .opts-file:"
     echo "  -DOPM_COMMON_ROOT=/path/to/opm-common \\"
-    echo "  -Dopm-grid_PREFIX_PREFIX=/path/to/opm-grid \\"
+    echo "  -Dopm-grid_PREFIX=/path/to/opm-grid \\"
     echo "  -Dopm-common_PREFIX=/path/to/opm-common \\"
     echo "  -Dopm-core_PREFIX=/path/to/opm-core \\"
     echo "  -Dopm-material_PREFIX=/path/to/opm-material \\"
diff --git a/patches/README b/patches/README
index e037890009..ddf06ffa5b 100644
--- a/patches/README
+++ b/patches/README
@@ -15,7 +15,7 @@
   patch -p1 <../dumux/patches/opm-common-2016.04.patch
   In addition, it might be necessary to set manually some CMake variables in the
   CMAKE_FLAGS section of the .opts-file:
-    -DOPM_COMMON_ROOT=/path/to//opm-common/ \
+    -DOPM_COMMON_ROOT=/path/to/opm-common/ \
     -Dopm-grid_PREFIX=/path/to/opm-grid \
     -Dopm-common_PREFIX=/path/to/opm-common \
     -Dopm-core_PREFIX=/path/to/opm-core \
-- 
GitLab