X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/40ce709909bf3094e77db91b111035ac0bd0ce54..e8baabd499d9d4ef551f89102424930c3185a4b3:/tools/make/mconfigure diff --git a/tools/make/mconfigure b/tools/make/mconfigure index 438321e..7b6db95 100755 --- a/tools/make/mconfigure +++ b/tools/make/mconfigure @@ -166,7 +166,7 @@ then # copy package control if [ ! -f debian/control ] then - control=$(find etc -name $paket.control) + control=$(find etc -name $paket.control) || true if [ -z "$control" ] then echo "warning: control file not found"