Debian rules update to handle a pre-bootstrapped orig file

This commit is contained in:
William King 2015-02-16 16:04:24 -08:00
parent 82f267adc1
commit 7437b3112f
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -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