From: William King Date: Tue, 17 Feb 2015 00:04:24 +0000 (-0800) Subject: Debian rules update to handle a pre-bootstrapped orig file X-Git-Tag: v1.4.17~1^2~36^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7437b3112f7d8b07f53707eba11664f035a65a1e;p=thirdparty%2Ffreeswitch.git Debian rules update to handle a pre-bootstrapped orig file --- diff --git a/debian/rules b/debian/rules index 6bfd911f4d..d85cf4e8f8 100755 --- a/debian/rules +++ b/debian/rules @@ -63,7 +63,7 @@ override_dh_auto_clean: .stamp-bootstrap: @$(call show_vars) - ./bootstrap.sh -j + [ -f ./bootstrap.sh ] && ./bootstrap.sh -j || ./rebootstrap.sh -j touch $@ .stamp-configure: .stamp-bootstrap