From 3cf6fa1cc6e50fffbc75add3b5f55a7c91b42517 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 22 Apr 2021 20:21:49 +0200 Subject: fix build/host confusion in mmdebstrap backend --- mdbp/mmdebstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdbp/mmdebstrap.py b/mdbp/mmdebstrap.py index aa52eac..0452b45 100644 --- a/mdbp/mmdebstrap.py +++ b/mdbp/mmdebstrap.py @@ -117,7 +117,7 @@ def main() -> None: chroot=True)) if build.get("lintian", {}).get("run"): cmd = ["lintian", *build["lintian"].get("options", ()), - "%s_%s.changes" % (dscpath.stem, buildarch)] + "%s_%s.changes" % (dscpath.stem, hostarch)] script.write("%s\n%s\n" % (priv_drop(["apt-get", "install", "--yes", "lintian"], chroot=True), -- cgit v1.2.3