forked from Mirrors/freeswitch
Debian rules update to handle a pre-bootstrapped orig file
This commit is contained in:
parent
82f267adc1
commit
7437b3112f
2
debian/rules
vendored
2
debian/rules
vendored
@ -63,7 +63,7 @@ override_dh_auto_clean:
|
|||||||
|
|
||||||
.stamp-bootstrap:
|
.stamp-bootstrap:
|
||||||
@$(call show_vars)
|
@$(call show_vars)
|
||||||
./bootstrap.sh -j
|
[ -f ./bootstrap.sh ] && ./bootstrap.sh -j || ./rebootstrap.sh -j
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
.stamp-configure: .stamp-bootstrap
|
.stamp-configure: .stamp-bootstrap
|
||||||
|
Loading…
Reference in New Issue
Block a user