summaryrefslogtreecommitdiffstats
path: root/debian/patches/installed_size.patch
blob: 9a3b8603047ad9f121f1a49cc8a49a98df75f90f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/mmdebstrap
+++ b/mmdebstrap
@@ -4453,7 +4453,7 @@ sub approx_disk_usage {
     find({ wanted => $scan_installed_size, no_chdir => 1 }, $directory);
 
     # because the above is only a heuristic we add 10% extra for good measure
-    return int($installed_size * 1.1);
+    return int($installed_size * 1.2);
 }
 
 sub main() {