summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/Sbuild.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index 21fdbfe2..1d59fbec 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -119,6 +119,7 @@ built s@(SbuildSchroot suite arch) mirror =
[ "--arch=" ++ arch
, "--chroot-suffix=propellor"
, "--include=eatmydata,ccache"
+ , suite
, schrootRoot s
, mirror
]