From: Uwe Köcher Date: Mon, 2 Nov 2015 18:42:50 +0000 (+0100) Subject: petsc: corrected install_path X-Git-Tag: v0.8~7^2~9 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edaf5b82f4ac33b21d3c358e4341f57645961ad6;p=candi.git petsc: corrected install_path --- diff --git a/deal.II-toolchain/packages/petsc.package b/deal.II-toolchain/packages/petsc.package index f3e2b96..fffaeff 100644 --- a/deal.II-toolchain/packages/petsc.package +++ b/deal.II-toolchain/packages/petsc.package @@ -50,8 +50,8 @@ package_specific_setup () { cd ${BUILDDIR} cp -rf ${UNPACK_PATH}/${EXTRACTSTO}/* . - ./configure --prefix=${INSTALL_PATH}/${NAME} ${CONFOPTS} && \ - make all install + ./configure --prefix=${INSTALL_PATH} ${CONFOPTS} + make all install } package_specific_register () {