From: Pieter Lexis Date: Fri, 8 Jun 2018 14:38:36 +0000 (+0200) Subject: pdns-builder: don't run post-build if building docs X-Git-Tag: dnsdist-1.3.3~83^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fae05b0df841151ceb68c27987fcafdf1514c5a;p=thirdparty%2Fpdns.git pdns-builder: don't run post-build if building docs --- diff --git a/builder-support/post-build b/builder-support/post-build index aefc896926..b4baf3796d 100755 --- a/builder-support/post-build +++ b/builder-support/post-build @@ -1,5 +1,9 @@ #!/bin/bash +if [[ "${BUILDER_TARGET}" =~ ^doc.* ]]; then + exit 0 +fi + SRCDIR="${BUILDER_TMP}/${BUILDER_VERSION}/${BUILDER_TARGET}" DESTDIR="built_pkgs/"