From: Debian Med Packaging Team Date: Fri, 26 Jul 2024 18:54:55 +0000 (-0400) Subject: clean after failure X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2^2^2^2^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e39009e7f12fd742f59236096d9c4588d3bd3d61;p=ncbi-blast%2B.git clean after failure Last-Updated: 2013-06-01 Forwarded: no Gbp-Pq: Name enable_clean_after_failed_compile --- diff --git a/c++/src/build-system/new_module.sh.in b/c++/src/build-system/new_module.sh.in index bb388155..e027c89f 100644 --- a/c++/src/build-system/new_module.sh.in +++ b/c++/src/build-system/new_module.sh.in @@ -203,7 +203,7 @@ if test -z "$datatool"; then # keep looking if test -n "$DYLD_LIBRARY_PATH"; then wrapper="DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH" fi - else + elif [ "$1" != "purge_sources" ] ; then echo "Unable to find datatool." >&2 exit 2 fi