From: Timo Heister Date: Fri, 9 Nov 2018 16:18:34 +0000 (-0500) Subject: fix path directive in cmake package X-Git-Tag: v9.0.1-r5~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b47cfe038254dfda4b9820e50090d46a025d1db;p=candi.git fix path directive in cmake package otherwise $PATH will be expanded in the config file --- diff --git a/deal.II-toolchain/packages/cmake.package b/deal.II-toolchain/packages/cmake.package index 0a8766b..6e779be 100644 --- a/deal.II-toolchain/packages/cmake.package +++ b/deal.II-toolchain/packages/cmake.package @@ -52,7 +52,7 @@ package_specific_conf () { CONFIG_FILE=${CONFIGURATION_PATH}/${NAME} rm -f $CONFIG_FILE echo " -export PATH=${INSTALL_PATH}/bin:${PATH} +export PATH=${INSTALL_PATH}/bin:\${PATH} export CMAKE_ROOT=${INSTALL_PATH}/share/${MAJOR} " >> $CONFIG_FILE }