]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Debian rules update to handle a pre-bootstrapped orig file
authorWilliam King <william.king@quentustech.com>
Tue, 17 Feb 2015 00:04:24 +0000 (16:04 -0800)
committerWilliam King <william.king@quentustech.com>
Tue, 17 Feb 2015 00:04:50 +0000 (16:04 -0800)
debian/rules

index 6bfd911f4d3cd27032e43150c2071e73f766eb58..d85cf4e8f878b49b820a2c7606c1bdb165658822 100755 (executable)
@@ -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