summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mdbp/mmdebstrap.py2
1 files changed, 1 insertions, 1 deletions
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),