X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/160d72dfc4b7fbcd9f075fe71fd607e43c7b48c7..ff2607419be96666a6e4eff72a86a5341335d216:/tools/make/mconfigure diff --git a/tools/make/mconfigure b/tools/make/mconfigure index c164f10..b2bff6f 100755 --- a/tools/make/mconfigure +++ b/tools/make/mconfigure @@ -192,11 +192,15 @@ then rm -rf ../build mkdir ../build fi - debian/$paket.build -prepare + if grep -- "-prepare" debian/$paket.build >/dev/null + then + debian/rules sync + debian/$paket.build -prepare + fi fi # pack prepare - if [ -f debian/$paket.cp -a -f $paket.control ] + if [ -f debian/$paket.cp -a -f debian/$paket.control ] then echo "PACK=binary" >> debian/rules.pre elif [ -f debian/$paket.cp ] @@ -207,7 +211,7 @@ then fi fi -if [ $compile -eq 1 -a ! -e debian/build.sh ] +if [ $compile -eq 1 -a ! -e debian/$paket.build ] then echo "no debian/build.sh: skipping build step" compile=0