From: Uwe Köcher Date: Tue, 10 Nov 2015 15:21:17 +0000 (+0100) Subject: deal.II: cmake: Bugfix: corrected package register X-Git-Tag: v0.8.1~18 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37f3c31598185e547a8e24464010c62121782a79;p=candi.git deal.II: cmake: Bugfix: corrected package register --- diff --git a/deal.II-toolchain/packages/cmake.package b/deal.II-toolchain/packages/cmake.package index fe16c8a..b5498c0 100644 --- a/deal.II-toolchain/packages/cmake.package +++ b/deal.II-toolchain/packages/cmake.package @@ -12,5 +12,5 @@ package_specific_install () { } package_specific_register () { - export PATH=${INSTALL_PATH}/bin:${PATH} + export PATH=${INSTALL_PATH}/${EXTRACTSTO}/bin:${PATH} }