From: Debian Med Packaging Team Date: Sun, 12 Jan 2025 14:25:01 +0000 (+0000) Subject: clean after failure X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8d6f4537002cc75f5fa7cae82f3e841de8d929a5;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