From 7437b3112f7d8b07f53707eba11664f035a65a1e Mon Sep 17 00:00:00 2001 From: William King Date: Mon, 16 Feb 2015 16:04:24 -0800 Subject: [PATCH] Debian rules update to handle a pre-bootstrapped orig file --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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