diff options
Diffstat (limited to 'mdbp')
-rw-r--r-- | mdbp/mmdebstrap.py | 2 |
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), |