X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/c9467b7a34160c4e25580a2dc82087c5ae0bb2d0..444be90901ad09e78d0ff2a92872f43a510f5425:/debian/rules diff --git a/debian/rules b/debian/rules index 620c775..f761888 100755 --- a/debian/rules +++ b/debian/rules @@ -62,12 +62,12 @@ FAKEROOT=fakeroot SHELL=bash -# ./prepare is the script that generates configure etc. It only needs to be +# ./autogen.sh is the script that generates configure etc. It only needs to be # run if building from a checkout rather than a tarball. build: @set -e;if test ! -f configure; then \ - echo ./prepare;\ - ./prepare;\ + echo ./autogen.sh;\ + ./autogen.sh;\ fi @set -e;if test ! -f config.status; then \ echo ./configure ${CONFIGURE} ${CONFIGURE_EXTRA};\