X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/6dac1fffbeab97aaefe2648a0f50ece7c4dc2b4d..b2f9d0dd4ac7745735ddda9260bbac1ca6936859:/tools/make/mconfigure diff --git a/tools/make/mconfigure b/tools/make/mconfigure index e5f11b3..244d19b 100755 --- a/tools/make/mconfigure +++ b/tools/make/mconfigure @@ -249,7 +249,7 @@ then # pwd=${pwd,,*} # echo "pwd=$pwd" >> debian/rules.pre - echo "building $paket with build $version-$build" + echo "building $paket with version/build=$version-$build" pushd debian >/dev/null # ./debian ------------------------------------- @@ -355,7 +355,7 @@ then echo 'arch = ${DEB_HOST_ARCH}' >> debian/rules.pre echo "BINARY_ARCH = copy ../${paket}_$version-${build}_"'$(arch).deb' >> debian/rules.pre fi - if ! [ -f $paket.changelog ] + if ! [ -f debian/$paket.changelog ] then echo "changelog_source = debian/default.changelog" >> debian/rules.pre if [ -f debian/default.changelog ]