summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a81f359..b5f1cb4 100755
--- a/build.sh
+++ b/build.sh
@@ -30,7 +30,7 @@ $bd_uninstallable_explainer = "apt";
$source_only_changes = 0;
$apt_update = 1;
$apt_distupgrade = 1;
-$lintian_opts = ["-T", "binary-from-other-architecture"];
+$lintian_opts = ["-T", "binary-from-other-architecture,triplet-dir-and-architecture-mismatch"];
#$lintian_require_success = 1;
$run_lintian = 1;
$run_autopkgtest = 0;