From: Uwe Köcher Date: Thu, 14 Jun 2018 20:02:45 +0000 (+0200) Subject: minor typo in assimp.package X-Git-Tag: v9.0.0~9^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F86%2Fhead;p=candi.git minor typo in assimp.package --- diff --git a/deal.II-toolchain/packages/assimp.package b/deal.II-toolchain/packages/assimp.package index acd343e..371e677 100644 --- a/deal.II-toolchain/packages/assimp.package +++ b/deal.II-toolchain/packages/assimp.package @@ -13,10 +13,10 @@ CONFOPTS="-D CMAKE_INSTALL_PREFIX=${INSTALL_PATH} \ -D BUILD_SHARED_LIBS=ON" package_specific_patch () { - if [ "$VERSION" = "3.3.1" ]; then - cd ${UNPACK_PATH}/${EXTRACTSTO} - cecho ${WARN} "applying patch for assimp D3MFImporter problem" - patch -p0 --forward < ${ORIG_DIR}/${PROJECT}/patches/assimp-D3MFImporter.patch || true + if [ "${VERSION}" == "3.3.1" ]; then + cd ${UNPACK_PATH}/${EXTRACTSTO} + cecho ${WARN} "applying patch for assimp D3MFImporter problem" + patch -p0 --forward < ${ORIG_DIR}/${PROJECT}/patches/assimp-D3MFImporter.patch || true fi }