X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/a78a56205860ca2bbe9f26f03c27ff34b8c49406..b18d2a349a2bbc76cd4ac0792e8212a3bc9aae7f:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index c11698c..551014d 100755 --- a/debian/rules +++ b/debian/rules @@ -53,9 +53,10 @@ FAKEROOT=fakeroot # run if building from a checkout rather than a tarball. build: @if test ! -f configure; then \ - echo ./prepare ${CONFIGURE} ${CONFIGURE_EXTRA};\ - ./prepare ${CONFIGURE} ${CONFIGURE_EXTRA};\ - elif test ! -f config.status; then \ + echo ./prepare;\ + ./prepare;\ + fi + @if test ! -f config.status; then \ echo ./configure ${CONFIGURE} ${CONFIGURE_EXTRA};\ ./configure ${CONFIGURE} ${CONFIGURE_EXTRA};\ else\