summaryrefslogtreecommitdiff
path: root/mdbp/mmdebstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'mdbp/mmdebstrap.py')
-rw-r--r--mdbp/mmdebstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdbp/mmdebstrap.py b/mdbp/mmdebstrap.py
index 4e6d435..86d4b82 100644
--- a/mdbp/mmdebstrap.py
+++ b/mdbp/mmdebstrap.py
@@ -92,7 +92,7 @@ def main() -> None:
priv_drop(["rm", *(f.name for f in dscfiles)],
chroot=True, chdir=buildpath.parent)))
cmd = ["apt-get", "build-dep", "--yes",
- "-oAPT::Keep-Downloaded-Packages=true",
+ "-oAPT::Keep-Downloaded-Packages=false",
"--host-architecture", hostarch,
*dict(any=["--arch-only"],
all=["--indep-only"]).get(build.get("type"), ()),